fix wrong langue value when adding songs

This commit is contained in:
2024-11-21 00:53:15 +08:00
parent 45bc8485b3
commit 537ea7bbe6
52 changed files with 46594 additions and 394 deletions

View File

@@ -14,7 +14,12 @@ export default defineConfig({
propsDestructure: true,
defineModel: true
},
include: [/\.vue$/, /\.md$/]
include: [/\.vue$/, /\.md$/],
template: {
compilerOptions: {
isCustomElement: (tag) => tag.startsWith('yt-')
}
}
}),
svgLoader(),
vueJsx(),
@@ -34,5 +39,5 @@ export default defineConfig({
},
optimizeDeps: {
include: ['@vicons/fluent', '@vicons/ionicons5', 'vue', 'vue-router']
}
},
})