Vue學習筆記

v-pre:直接輸出內容 v-html:解析html v-bind:src 語法糖 :src 計算屬性 computed 能夠緩存 效率高 調用無需(); es6: for(let i in books){} for(let book of books){} filters:過濾器 | :disabled=「item.count<=1」 @click=「btnClick( abc,$event)
相關文章
相關標籤/搜索