<!-- Please make sure to provide a **minimal and self-contained reproduction** if you are reporting a bug. You can use the following jsfiddle template or make an example github repository. https://jsfiddle.net/ktsn/nm55jnjk/ For usage questions, please use the following resources: * Ask on the forum https://forum.vuejs.org * Ask on the chat room https://chat.vuejs.org * Look for / ask questions on Stack Overflow --> ``` "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` <img width="439" alt="image" src="https://user-images.githubusercontent.com/18225144/153413773-05b53e93-e9f6-4048-92a8-91907f044ec9.png"> <img width="401" alt="image" src="https://user-images.githubusercontent.com/18225144/153414011-d78648cb-4bde-49dd-8034-349ac0b44e5c.png">