赞
踩
简单记录下用Vue3创建项目爆红而采取的解决方案,
在vite-env.d.ts中加入以下配置信息即可。
- declare module '*.vue' {
- import { DefineComponent } from "vue"
- const component: DefineComponent<{}, {}, any>
- export default component
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。