feat: 轮播图组件

This commit is contained in:
2026-05-14 15:10:57 +08:00
parent 5668ec3747
commit 89ea954743
9 changed files with 361 additions and 400 deletions

View File

@@ -8,6 +8,9 @@ import generateSitemap from 'vite-ssg-sitemap'
const config = {
base: '/',
plugins: [vue()],
ssr: {
noExternal: ['@kagol/vue-carousel']
},
ssgOptions: {
dirStyle: 'nested',
script: 'defer',