We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c90d9d commit 11ab318Copy full SHA for 11ab318
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-email-editor",
3
- "version": "0.7.1",
+ "version": "0.7.2",
4
"main": "./dist/vue-email-editor.common.js",
5
"scripts": {
6
"serve": "vue-cli-service serve",
src/components/EmailEditor.vue
@@ -27,9 +27,9 @@ export default {
27
}
28
},
29
created() {
30
- loadScript(this.loadEditor.bind(this));
31
32
mounted() {
+ loadScript(this.loadEditor.bind(this));
33
34
methods: {
35
loadEditor() {
0 commit comments