1.0.7 • Published 3 years ago

jeeyor-editor v1.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

jeeyor-editor

富文本编辑

     <jeeyor-editor :options="options" v-model="text">
     </jeeyor-editor>
   export default {
          components: {jeeyorEditor},
          data() {
              return {
                  text: '',
                  options: {
                      placeholder: '请输入内容...',
                      modules: {
                          toolbar: [
                              [{'header': [false, 1, 2, 3, 4, 5, 6]}],
                              ['bold', 'italic', 'underline', 'strike'],        // toggled buttons
                              [{'align': ['', 'center', 'right', 'justify']}],
                              [{'list': 'ordered'}, {'list': 'bullet'}],
                              [{'script': 'sub'}, {'script': 'super'}],      // superscript/subscript
                              [{'indent': '-1'}, {'indent': '+1'}],          // outdent/indent
                              [{'color': []}, {'background': []}]          // dropdown with defaults from theme
                          ]
                      }
                  }
              }
          }
      }
1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago