1,直接用$store對象獲取store對象,再進一步獲取state屬性.....
2,
3,computed
computed是計算屬性,他不可以直把值直接存入data中,因此不能像data一樣直接獲取屬性,它主要是進行邏輯計算的!!!
如何使用Vue.js中的computed結合get和set設置值:https://jingyan.baidu.com/article/8065f87f62dbb2233124980d.html
Vue中的computed屬性的詳解:https://www.cnblogs.com/gunelark/p/8492468.html