vue/src
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
..
compiler fix(sfc): align <script setup> component resolution edge case with v3 (#12687) 2022-07-21 22:18:27 -04:00
core fix(setup): setup hook should be called before beforeCreate 2022-10-11 16:29:30 +08:00
platforms/web fix(sfc): fix sfc name inference type check 2022-07-12 17:39:49 +08:00
shared fix: add renderTracked/Triggered merge strategy (#12616) 2022-07-06 00:59:30 -04:00
types feat(setup): support listeners on setup context + useListeners() helper 2022-07-20 12:13:04 +08:00
v3 fix(reactivity): use WeakMap for proxy/raw checks, compat with non-extensible objects 2022-10-11 12:26:32 +08:00
global.d.ts feat: useCssModules 2022-06-18 16:10:00 +08:00