drop axios/date-fns/fontawesome
This commit is contained in:
@@ -7,7 +7,8 @@ export default defineConfig({
|
||||
vue({
|
||||
template: {
|
||||
compilerOptions: {
|
||||
isCustomElement: (tag) => ["trix-editor"].includes(tag),
|
||||
isCustomElement: (tag) =>
|
||||
["trix-editor", "ion-icon"].includes(tag),
|
||||
},
|
||||
transformAssetUrls: {
|
||||
base: null,
|
||||
|
||||
Reference in New Issue
Block a user