This commit is contained in:
2023-05-19 22:07:58 +02:00
parent 99290b807a
commit 0f2b17dab9
6 changed files with 339 additions and 10 deletions

View File

@@ -15,11 +15,11 @@ export default defineConfig({
vue(),
AutoImport({ imports: ['vue'] }),
Components(),
ckeditor5({ theme: require.resolve('@ckeditor/ckeditor5-theme-lark') }),
ckeditor5({ theme: require.resolve('@ckeditor/ckeditor5-theme-lark') })
],
resolve: {
alias: {
'@': fileURLToPath(new URL('./src', import.meta.url)),
},
},
'@': fileURLToPath(new URL('./src', import.meta.url))
}
}
})