Day01-Vue

一.vue的基本使用





    
    
    Document
    




    
{{msg}} {{flag?'我是true':'我是false'}} {{num*2}}

二.v-cloak





    
    
    Document
    




    
{{msg}}

三.v-text和v-html、v-pre、v-once





    
    
    Document
    




    
{{msg}}
{{content}}
{{msg}}
v-once{{msg}}

四.v-model的基本使用




    
    
    Document
    


    

五.事件的基本使用




    
    
    Document
    


    
{{msg}}

你可能感兴趣的:(vue.js,前端,javascript)