Vue.js框架--v-bind绑定title ,src, html,text,class,style(三)

主要操作技能:

    v-bind:title  鼠标移上的显示

    v-bind:src  绑定图片路径

    v-bind:html 绑定HTML文本和标签

    v-bind:text 绑定文本

    v-bind:class 绑定类样式

    v-bind:style  动态绑定样式

编写代码






效果:

 Vue.js框架--v-bind绑定title ,src, html,text,class,style(三)_第1张图片

Vue.js框架--v-bind绑定title ,src, html,text,class,style(三)_第2张图片

Vue.js框架--v-bind绑定title ,src, html,text,class,style(三)_第3张图片

 

 

 

你可能感兴趣的:(Vue.JS)