vuejs / vue-class-component

ES / TypeScript decorator for class-style Vue components.
MIT License
5.81k stars 429 forks source link

Fixed doc for Additional Hooks #556

Open eyedean opened 3 years ago

eyedean commented 3 years ago

"vue-class-component" doesn't export Component any longer. I found that using { Vue } instead works in this case.

eyedean commented 3 years ago

Update: Actually I found that it's for Vue 3. So there should be two sections for Vue 2 and Vue 3 separately, I believe.