xhy-vue-lib

shims-vue.d.ts ``` declare module '*.vue' { import { ComponentOptions } from 'vue' const componentOptions: ComponentOptions export default componentOptions } ``` > 解决报错: > Cannot find module 'xxx.vue' or its corresponding type declarations.

0.0.1 • Published 3 years ago