一些vue3 setup 中使用的坑记录

123 阅读1分钟

图片导入

在setup中使用图片时无法使用require,比如这里要用到一个动态的图片地址,可以使用import后

import avatarSrc from '@/assets/img/avatar.jpeg'

再进行引入