cristianTalero
Results
2
comments of
cristianTalero
1. you have to install it: `pnpm add -D @vue/runtime-core` 2. In the `.d.ts` file import the interface: `import { ComponentCustomProperties } from '@vue/runtime-core'` 4. Add the declaration: `declare module...
Yeah, but in my case only the instalation, the import was necesary, because when I remove it, I get the linter error again, I'm not sure why