Changes More Functions to wiki

This commit is contained in:
2026-01-26 20:18:33 +01:00
parent c1d4b24418
commit 143485e107
4 changed files with 227 additions and 76 deletions

View File

@@ -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'],
},
},