Skip to content

Commit 266d6de

Browse files
authored
Fixed loadDesign and added a comment
1 parent bd984fc commit 266d6de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ Next, you'll need to import the Email Editor component to your app.
5757
},
5858
methods: {
5959
editorLoaded() {
60-
this.$refs.emailEditor.editor.loadDesign({});
60+
// Pass the template JSON here
61+
// this.$refs.emailEditor.editor.loadDesign({});
6162
},
6263
saveDesign() {
6364
this.$refs.emailEditor.editor.saveDesign(

0 commit comments

Comments
 (0)