SIGN IN SIGN UP
vuejs / vue UNCLAIMED

This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

0 0 106 TypeScript

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.
E
Evan You committed
e1342df7847a51c75192fec74e94378178e046b0
Parent: 0d6d972