issues
search
vbenjs
/
vite-plugin-vue-setup-extend
Extending the vue script setup syntactic sugar
MIT License
151
stars
19
forks
source link
[Bug]: 使用依赖版本bug,[@vue/compiler-sfc]不支持语法defineProps<IProps>()
#13
Open
smallseapig
opened
4 months ago
smallseapig
commented
4 months ago
报错信息:
[vite] Internal server error: [@vue/compiler-sfc] Failed to resolve import source "./types"
解决方法:
SFC中,语法defineProps
()报错,[@vue/compiler-sfc]的3.4.22版本已修复。更新版本后直接发包即可
报错信息:
解决方法: