vue/test/unit
Evan You e1342df784 fix(setup): setup hook should be called before beforeCreate
fix #12802

Note this commit moves the initialization of injections and props to
before the invocation of beforeCreate. This should not cause breakage
because props and inject normalization has always been done before
beforeCreate, so code that attempts to modifiy props/inject options
inside beforeCreate should have never worked.
2022-10-11 16:29:30 +08:00
..
features fix(setup): setup hook should be called before beforeCreate 2022-10-11 16:29:30 +08:00
modules fix: fix parent of multi-nested HOC $el not updating (#12757) 2022-08-22 21:22:45 -04:00