|
@@ -122,7 +122,7 @@ export default {
|
|
|
processContent() {
|
|
|
if (this.com && this.com.content) {
|
|
|
const chineseTemplates = this.extractChineseTemplates(this.com.content);
|
|
|
- console.log("Chinese templates:", chineseTemplates);
|
|
|
+ //console.log("Chinese templates:", chineseTemplates);
|
|
|
|
|
|
if (this.com.attrs && Array.isArray(this.com.attrs)) {
|
|
|
this.processedAttrs = this.com.attrs.filter((el) =>
|