vue-md2html
v1.0.2
Published
markdown to html
Downloads
7
Readme
vue-md2html
markdown to html,use vue to implement this function.
Use Setup
Install vue-md2html
npm install vue-md2html --save
Use in projects
page set
<div id="app-6">
<textarea v-model="message" class="md" @input="splite"></textarea>
<div v-model="html" class="html">{{arr}}</div>
<div contenteditable="true" id="fk">{{ms}}</div>
</div>
use app.bundle.js
<script src="./dist/app.bundle.js"></script>