Skip to content

Commit 11ab318

Browse files
committed
Fixed loadScript order and bumped version.
1 parent 1c90d9d commit 11ab318

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-email-editor",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"main": "./dist/vue-email-editor.common.js",
55
"scripts": {
66
"serve": "vue-cli-service serve",

src/components/EmailEditor.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ export default {
2727
}
2828
},
2929
created() {
30-
loadScript(this.loadEditor.bind(this));
3130
},
3231
mounted() {
32+
loadScript(this.loadEditor.bind(this));
3333
},
3434
methods: {
3535
loadEditor() {

0 commit comments

Comments
 (0)