0.1.6 • Published 4 years ago

karen-column-editor v0.1.6

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

Test

WIP 施工中

<Editor
  :box="container"
  v-model="content"
  :options="options"
  :current-time="current"
  @change="handleChange"
  @getCurrent="getTime"
  @node-click="nodeClick"
/>
data() {
  container: null,
  options: {
    placeholder: '开始记笔记...'
  },
},
mounted () {
  this.container = document.querySelector('.box')
}
0.1.6

4 years ago

0.1.5

4 years ago

0.1.2

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago