小结

  • vue事件执行顺序
    Props => Methods => Data => Computed => Watch
  • methods:{}
    thingsFun(){} === thingsFun:function(){}
  • vue 解决刷新或着加载出现闪烁(显示变量,隐藏文件)
    v-clock 位置,在el挂载的标签上添加就可以

{{text}}

  • chrome 浏览器,vue开发者工具安装
    https://chrome.google.com/webstore/category/extensions?hl=zh-CN
  • vue 易混淆
vue路由不能有的符号:(: // & ?),可以用:a-z 0-9 . - ()
一个路由里,只能有一个组件
router-view 只能代表当前children,只表示当前级
main.js 引入公用less 必须加后缀名.less
components 新建文件夹list里面创建.vue .less
@import "style.less"; 注意引入的时候必须有; 分号
  • router-link

Home

Home

Home

Home

Home

User

Register

你可能感兴趣的:(小结)