File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/components/composables Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -247,7 +247,6 @@ export function useExportComponent() {
247
247
let htmlArray = this . componentMap [ componentName ] . htmlList ;
248
248
let styleString = "" ;
249
249
250
- console . log ( this . componentMap [ componentName ] )
251
250
if ( this . componentMap [ componentName ] . htmlAttributes . class !== "" ) {
252
251
styleString += `.${ this . componentMap [ componentName ] . htmlAttributes . class } {\nbackground-color: ${ this . componentMap [ componentName ] . color } ;
253
252
width: ${ this . componentMap [ componentName ] . w } px;
@@ -264,7 +263,7 @@ export function useExportComponent() {
264
263
}
265
264
}
266
265
267
- return `\n <\/script>\n \n<style scoped>\n${ styleString } </style >` ;
266
+ return `\n\n<style scoped>\n${ styleString } </style >` ;
268
267
}
269
268
270
269
const exportComponentFile = ( data ) => {
You can’t perform that action at this time.
0 commit comments