雾聪
2024-01-08 6be2975020ad3524fed585f519ae6d11f02eae4e
1
2
3
4
5
6
7
8
9
10
11
import Vue from 'vue'
 
const user = {
    state: {},
 
    mutations: {},
 
    actions: {}
}
 
export default user