mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 06:29:30 -07:00
Added <MagicBento /> component
This commit is contained in:
@@ -12,7 +12,8 @@ export default defineConfig({
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': fileURLToPath(new URL('./src', import.meta.url)),
|
||||
'@content': path.resolve(__dirname, 'src/content')
|
||||
'@content': path.resolve(__dirname, 'src/content'),
|
||||
vue: 'vue/dist/vue.esm-bundler.js'
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user