如何使用 vue.js 實現實時預覽
1 回答

白板的微信
TA貢獻1883條經驗 獲得超3個贊
代碼如下:
<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>
添加回答
舉報
0/150
提交
取消