mirror of
https://github.com/ZiuChen/ZiuChen.github.io.git
synced 2025-12-20 01:35:38 +08:00
fix: 显式导入图片资源以供Vite解析静态资源依赖
- 之前裂图了
This commit is contained in:
@@ -19,7 +19,6 @@ export default {
|
||||
const { app } = ctx
|
||||
app.component('Title', Title)
|
||||
app.component('ImgSlider', ImgSlider)
|
||||
console.log(app)
|
||||
},
|
||||
setup() {
|
||||
const router = useRouter()
|
||||
|
||||
Reference in New Issue
Block a user