vue -1



    
        
        
        
    
    
        
我的姓名是:{{name}}

文本渲染 (v-text)(v-html)

    
        
我的姓名是:{{name}}

属性绑定(光标悬停,提示信息)v-bind

    
        
我的姓名是:{{name}}
this is title
this is title2

class绑定方式



    
        
        
        
        
    
    
        
我的姓名是:{{name}}
this is title
this is title2

三元表达式;属性移除



    
        
        
        
        
    
    
        
我的姓名是:{{name}}
this is title
this is title2

js事件处理



    
        
        
        
        
    
    
        

你可能感兴趣的:(vue -1)