如何使用 vue.js 實(shí)現(xiàn)實(shí)時(shí)預(yù)覽
1 回答

白板的微信
TA貢獻(xiàn)1883條經(jīng)驗(yàn) 獲得超3個(gè)贊
代碼如下:
<div class="wrap">
<h1>Latex Live Preview</h1>
<div id="main">
<form class="form">
<input type="text" class="form-control" v-model="first">
<span class="help-block">please input your latex code</span>
</form>
<h1 v-text='result'></h1>
</div>
</div>
添加回答
舉報(bào)
0/150
提交
取消