学无先后,达者为师

网站首页 Vue 正文

module ‘*.vue‘ has no exported member ‘xxx‘

作者:27℃凉白开 更新时间: 2022-03-02 Vue

问题出现场景:在vue3+ts学习过程中遇到
报这个错

bug复盘

在启动写vue项目后,新增一个vue,这个script标签中未添加lang=ts 修改script lang=ts后,发现无论怎么修改ts都会报这个错,Module ‘".vue"’ has no exported member ‘xxx’. Did you mean to use 'import xxx from ".vue"’ instead?

这个时候就需要重启一下服务了,不然就算添加上去也无法被识别到

原文链接:https://blog.csdn.net/daxianghaoshuai/article/details/120352444

栏目分类
最近更新