常用命令行

//導入組件   import Hello from './components/Hello export default{     name:'app',     components:{         Hello     } } //文本插值{{}} //輸出html代碼 v-html //屬性 v-bind //表達式 {{}} //指令 v-if   v-on  v-show //參數
相關文章
相關標籤/搜索