🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

vm-editor

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vm-editor

Editor for Vue.js

0.1.6
latest
Source
npm
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Editor for Vue, Live Demo

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

FAQs

Package last updated on 05 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts