0.1.6 • Published 8 years ago

vm-editor v0.1.6

Weekly downloads
77
License
-
Repository
github
Last release
8 years ago

Install

npm install --save vm-editor

Usage

import VmEditor from 'vm-editor'

Trigger upload event by click upload button

<VmEditor width="950px" 
          height="400px" 
          @upload="showHtml">
</VmEditor>
...
methods: {
  getHtml: function (data) {
    //data contains html string for render
  }
}

License

MIT

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago