Shi Xian
2024-06-18 6c467e6f0abfc6d20d0621fbbf67b4dbd81776cc
1
2
3
4
5
6
7
8
9
10
11
import Vue from 'vue'
 
const user = {
    state: {},
 
    mutations: {},
 
    actions: {}
}
 
export default user