2.0.6 • Published 1 month ago

w-quill-vue v2.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
1 month ago

w-quill-vue

A wrapper for vue-quill-editor.

language language npm version gzip file size npm download npm download jsdelivr download

Documentation

To view documentation or get support, visit docs.

Example

To view some examples for more understanding, visit examples:

default: ex-default.html [source code]

Installation

Using npm(ES6 module):

Note: w-quill-vue is mainly dependent on quill, vue-quill-editor and vue.

npm i w-quill-vue

By import:

<w-quill-vue 
    v-model="..."
</w-quill-vue>

import WQuillVue from 'w-quill-vue'

Vue.component('w-quill-vue', WQuillVue)

### In a browser(UMD module):
> **Note:** umd file includes with `vue-quill-editor`, by using tree-shaking for dead-code elimination

[Necessary] Add script for quill.
```alias
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/quill@1.3.6/dist/quill.snow.min.css" />
<script src="https://cdn.jsdelivr.net/npm/quill@1.3.6/dist/quill.min.js"></script>

Necessary Add script for vue.

<script src="https://cdn.jsdelivr.net/npm/vue@2.x/dist/vue.min.js"></script>

Necessary Add script for w-quill-vue.

<script src="https://cdn.jsdelivr.net/npm/w-quill-vue@2.0.6/dist/w-quill-vue.umd.js"></script>

Directly use:

<w-quill-vue 
    v-model="..."
></w-quill-vue>

Vue.component('w-quill-vue', window['w-quill-vue'])

new Vue({
    el: '#app',
    data: {
        content: 'abc中文123'
    }
})
2.0.6

1 month ago

2.0.5

2 months ago

2.0.3

1 year ago

2.0.4

1 year ago

2.0.2

2 years ago

2.0.1

3 years ago

1.0.25

4 years ago

1.0.24

4 years ago

1.0.23

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago