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.cn…