changed editor to OpenSource grapesJS
This commit is contained in:
parent
78a9d206c3
commit
395a6439eb
9 changed files with 208 additions and 209 deletions
|
@ -39,9 +39,7 @@ export const useTemplateStore = defineStore("template", {
|
|||
template: template.template,
|
||||
description: template.description,
|
||||
design: template.design,
|
||||
headerHTML: template.headerHTML,
|
||||
bodyHTML: template.bodyHTML,
|
||||
footerHTML: template.footerHTML,
|
||||
html: template.html,
|
||||
});
|
||||
this.fetchTemplates();
|
||||
return result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue