2017年8月30日

Vue.js style(内联样式)

摘要: Vue.js style(内联样式) 我们可以在 v-bind:style 直接设置样式: <div id="app"> <div v-bind:style="{ color: activeColor, fontSize: fontSize + 'px' }">Hello word!</div> < 阅读全文

posted @ 2017-08-30 18:38 程序猿-alvin 阅读(461) 评论(0) 推荐(0) 编辑

导航