vue的表達式和指令

Vue:漸進式JavaScript框架 上次的demo如下: el:掛載到指定名稱的html標籤上 data:綁定的數據 -->相當於給html中使用的時候所傳的值 methods:綁定的方法 [注意:其中this代表Vue對象] methods:{ 方法名:function(){ //代碼… } } 效果圖: Vue指令: v-text=「表達式」 設置標籤中的文本 v-html 設置標籤中的h
相關文章
相關標籤/搜索