2018-09-06

mutations: {

    increment(state) {

      state.show++

    },

    [Minus](state) {

      state.show--

    }

  }

你可能感兴趣的:(2018-09-06)