Vue 一些关键字记录

一、vue-router中$route 和 $routevue

$route 表示(当前路由信息对象)vue-router

参考连接:https://www.jianshu.com/p/fa0b5d919615函数

官网:https://router.vuejs.org/zh/router

二、computed区别于method对象

  • computed是属性调用,而methods是函数调用
  • computed实际上是既能够当作属性访问也能够当作方法访问
相关文章
相关标签/搜索