在 Vue 項目中(vue-cli2,vue-cli3)使用 pug 簡化 HTML 的編寫

使用 pug 的緣由: 使得 HTML 寫起了來更加清晰和快捷html 用法: Vue 的用法沒有變化:vue <template lang="pug"> transition(name="sider") div.hello h3 {{msg}} p(:style="{color:'#000'}", :htmlData="msg") p label button(@click="clickMe")
相關文章
相關標籤/搜索