You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
shop-app/common/store/index.js

22 lines
274 B

/*
* @Author: ch
* @Date: 2022-03-22 18:28:52
* @LastEditors: ch
* @LastEditTime: 2022-03-24 14:20:14
* @Description: file content
*/
import Vue from 'vue'
import Vuex from 'vuex';
export default new Vuex.Store({
state : {
},
mutations:{
},
getters:{
}
})