联合会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Excel2016
博客园
首页
新随笔
联系
订阅
管理
随笔 - 60
文章 - 0
评论 - 2
阅读 -
48164
随笔分类 -
typescript
webstorm vue3+ts报错:Cannot find module ‘@/views/xxx.vue‘ or its corresponding type declarations
摘要:意思是说找不到对应的模块“@/views/xxx.vue”或其相应的类型声明 因为ts只能解析 .ts 文件,无法解析 .vue文件 解决方法很简单,一开始的时候env.d.ts是空文件(如vite-env.d.ts),我们可以在项目的env.d.ts中引入如下代码: declare module
阅读全文
posted @
2024-06-24 05:46
Excel2016
阅读(564)
评论(0)
推荐(0)
编辑
公告
昵称:
Excel2016
园龄:
4年4个月
粉丝:
3
关注:
3
+加关注
<
2025年3月
>
日
一
二
三
四
五
六
23
24
25
26
27
28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
合集
ai主播(1)
随笔分类
3dmax(2)
bat(1)
C#(2)
docker(3)
electron(1)
elementplus(1)
flask(12)
flask_sqlalchemy(1)
linux(2)
logging(1)
Maya(1)
mirai(1)
pycharm(1)
python(16)
typescript(1)
Unity(16)
vs(2)
vue(4)
Web前端(3)
常见问题(1)
次世代(2)
爬虫(1)
数据库(5)
随笔档案
2024年9月(2)
2024年8月(4)
2024年6月(10)
2024年5月(5)
2024年4月(11)
2024年3月(1)
2023年5月(1)
2023年4月(1)
2022年3月(6)
2022年2月(5)
2021年12月(2)
2021年11月(4)
2021年9月(8)
阅读排行榜
1. VirtualBox虚拟机设置共享文件夹(CentOS)(4335)
2. NVIDIA安装CUDA在安装阶段提示NVIDIA安装程序失败(4093)
3. centos7安装python3.12.3(最新)(4018)
4. linux配置docker源,国内加速镜像(注册阿里云镜像)(3718)
5. fbx模型导入到unity以后没有材质(2452)
评论排行榜
1. Navicat连接postgresql时出现‘datlastsysoid does not exist‘报错的问题(1)
2. U3D中摄像机绕屏幕中心点旋转缩放平移(1)
推荐排行榜
1. centos7安装python3.12.3(最新)(3)
2. element-plus的el-dropdown去除鼠标悬浮或点击时的黑边框(1)
3. python3.12.3下使用flask-script的Command报错AttributeError: module 'inspect' has no attribute 'getargspec'. Did you mean: 'getargs'?(1)
4. 使用新版flask-script时报错No module named flask._compat和cannot import name ‘_request_ctx_stack‘ from ‘flask‘(1)
5. Navicat连接postgresql时出现‘datlastsysoid does not exist‘报错的问题(1)
最新评论
1. Re:Navicat连接postgresql时出现‘datlastsysoid does not exist‘报错的问题
亲测,改完好使了。棒棒
--毅心
2. Re:U3D中摄像机绕屏幕中心点旋转缩放平移
要用到什么插件吗
--奥里给气温人
点击右上角即可分享