File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ export default defineNuxtModule<ModuleOptions>({
54
54
55
55
for ( const obj of allImports . defaultComponents ) {
56
56
addComponent ( {
57
- mode : "client" ,
57
+ // mode: "client",
58
58
name : `${ options . prefix } ${ obj . name } ` ,
59
59
export : obj . name ,
60
60
filePath : obj . path ,
@@ -90,7 +90,7 @@ export default defineNuxtModule<ModuleOptions>({
90
90
91
91
for ( const obj of optionalComponents ) {
92
92
addComponent ( {
93
- mode : "client" ,
93
+ // mode: "client",
94
94
name : `${ options . prefix } ${ obj . name } ` ,
95
95
export : obj . name ,
96
96
filePath : obj . path ,
@@ -106,6 +106,6 @@ export default defineNuxtModule<ModuleOptions>({
106
106
107
107
nuxt . options . css = [ ...nuxt . options . css , ...customCSS ] ;
108
108
109
- console . log ( "Tiptap Editor initialized" ) ;
109
+ console . info ( "Tiptap Editor initialized" ) ;
110
110
} ,
111
111
} ) ;
You can’t perform that action at this time.
0 commit comments