Skip to content

Commit 06559a1

Browse files
committed
fix: optimise virtua dep
1 parent 80ad36b commit 06559a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export default defineNuxtConfig({
111111

112112
vite: {
113113
optimizeDeps: {
114-
include: ['@vueuse/core', 'vue-data-ui/vue-ui-sparkline'],
114+
include: ['@vueuse/core', 'vue-data-ui/vue-ui-sparkline', 'virtua/vue'],
115115
},
116116
},
117117
})

0 commit comments

Comments
 (0)