我正在对一些变量使用VUEX GETTERS。我可以在html部分使用它们,但不能在script->data部分编辑或更改它们。错误:Vue warn: data()中的错误:"ReferenceError: Position is not defined“ <script>export default {
在我的Vue.js组件中,我有v-select元素。当用户在小部件中选择一些值时,我调用toDo函数,该函数是在methods块中定义的。正如您在这个函数中所看到的,我想知道名为filters的getter的值。不幸的是,它返回给我undefined。同时,在DevTools of Vue中,我注意到这个getter</