mirror of
https://github.com/vuejs/vue.git
synced 2024-11-21 20:28:54 +00:00
e1342df784
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. |
||
---|---|---|
.. | ||
e2e | ||
helpers | ||
transition | ||
unit | ||
test-env.d.ts | ||
tsconfig.json | ||
vitest.setup.ts |