vuejs / vue-class-component

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

Property 'xxx' does not exist on type 'VueConstructor<any>' #617

Open aleksandarmanjencic opened 2 years ago

aleksandarmanjencic commented 2 years ago

Few days I'm trying to fix this problem but still didn't find solution. Does anyone know what could be a problem? I use version "8.0.0-rc.1" because this version only support vue 3 for now.

Property 'use' does not exist on type 'VueConstructor' Property 'set' does not exist on type 'VueConstructor'

Second question, how can I use mixins inside @Option