Vue跑馬燈效果(es5)

<div id="app"> <button @click="go">走</button> <button @click="stop">停</button> <h3> {{msg}} </h3> </div> <script> var vm=new Vue({ el:'#app', data:{ msg:'12
相關文章
相關標籤/搜索