You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move interface definitions outside of <script setup>
Putting them in separate <script> tags lets them be excluded from the
type definition for the component.
See the error when creating types (e.g. `pnpm vue-tsc --composite false
-p tsconfig.app.json --declaration --emitDeclarationOnly`; note that
this will generate *.d.ts files next to the source files), and this
comment:
<vuejs/language-tools#1232 (comment)>
0 commit comments