Closed chiaweilee closed 5 years ago
eslint error report fixed.
<Vueditor :default-content='DefaultContent'/>
add: @change event
<Vueditor @change="getValue"/>
methods: { getValue (value) { console.log(value) } }
eslint error report fixed.