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 0956517 commit 25a88b8Copy full SHA for 25a88b8
markdown-editor.vue
@@ -24,11 +24,6 @@ export default {
24
this.$emit('input', this.simplemde.value())
25
})
26
}
27
- },
28
- watch: {
29
- value (val) {
30
- this.simplemde.value(val)
31
- }
32
33
34
</script>
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-simplemde",
3
- "version": "0.1.5",
+ "version": "0.1.6",
4
"description": "SimpleMDE - Markdown Editor component for Vue.js",
5
"main": "index.js",
6
"scripts": {
0 commit comments