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實際上是既能夠當作屬性訪問也能夠當作方法訪問
相關文章
相關標籤/搜索