Changes More Functions to wiki
This commit is contained in:
@@ -24,7 +24,7 @@ export default defineNuxtConfig({
|
||||
}],
|
||||
|
||||
build: {
|
||||
transpile: ['@vuepic/vue-datepicker']
|
||||
transpile: ['@vuepic/vue-datepicker','@tiptap/vue-3']
|
||||
},
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ export default defineNuxtConfig({
|
||||
|
||||
vite: {
|
||||
optimizeDeps: {
|
||||
include: ["@editorjs/editorjs", "dayjs"],
|
||||
include: ["@editorjs/editorjs", "dayjs",'@tiptap/vue-3'],
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user