vuejs / vue-class-component

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

vue 3: get properties (like computed) have declared in component are declared in children components as undefined #591

Open ijcnvv opened 2 years ago

ijcnvv commented 2 years ago
"vue": "^3.2.30",
"vue-class-component": "^8.0.0-rc.1",

and if I provide something to children component by props I got this warning [Vue warn]: Computed property "canCreate" is already defined in Props

image image