Vue.js數據事件和方法v-text,v-html,v-on:click,@click

<body> <!--區別:v-text打印出來包含標籤 v-html不包含標籤--> <div class="root" v-text="number"></div> <div class="root1" v-html="number"></div> <!--點擊事件用v-on方法--> <div id="root" v-on:click="tomyclick">{{number}}</div>
相關文章
相關標籤/搜索