definePropsRefsVue MacrosExplore and extend more macros and syntax sugar to Vue.https://vue-macros.sxzz.moe/macros/define-props-refs.html#basic-usage It must make some config in tsconfig.js// tsconfig.json { "vueCompilerOptions": { "target": 3, "plugins": [ "@vue-macros/volar/define-props-refs" // ...more feature ] } }Â