Skip to content

Commit 25a88b8

Browse files
author
- -
committed
fix
1 parent 0956517 commit 25a88b8

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

markdown-editor.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ export default {
2424
this.$emit('input', this.simplemde.value())
2525
})
2626
}
27-
},
28-
watch: {
29-
value (val) {
30-
this.simplemde.value(val)
31-
}
3227
}
3328
}
3429
</script>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-simplemde",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "SimpleMDE - Markdown Editor component for Vue.js",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)