fix: 显式导入图片资源以供Vite解析静态资源依赖

- 之前裂图了
This commit is contained in:
ZiuChen
2023-02-12 01:51:22 +08:00
parent 8cd8be9607
commit fa49e1d6c7
2 changed files with 14 additions and 8 deletions

View File

@@ -19,7 +19,6 @@ export default {
const { app } = ctx
app.component('Title', Title)
app.component('ImgSlider', ImgSlider)
console.log(app)
},
setup() {
const router = useRouter()