Added more text functions
This commit is contained in:
@@ -24,7 +24,8 @@ export default defineNuxtConfig({
|
||||
}],
|
||||
|
||||
build: {
|
||||
transpile: ['@vuepic/vue-datepicker','@tiptap/vue-3']
|
||||
transpile: ['@vuepic/vue-datepicker','@tiptap/vue-3','@tiptap/extension-code-block-lowlight',
|
||||
'lowlight',]
|
||||
},
|
||||
|
||||
|
||||
@@ -41,7 +42,8 @@ export default defineNuxtConfig({
|
||||
|
||||
vite: {
|
||||
optimizeDeps: {
|
||||
include: ["@editorjs/editorjs", "dayjs",'@tiptap/vue-3'],
|
||||
include: ["@editorjs/editorjs", "dayjs",'@tiptap/vue-3','@tiptap/extension-code-block-lowlight',
|
||||
'lowlight',],
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user