first commit
This commit is contained in:
7
store/getters.js
Normal file
7
store/getters.js
Normal file
@@ -0,0 +1,7 @@
|
||||
const getters = {
|
||||
auth: state => state.auth.token,
|
||||
location: state => state.location,
|
||||
ws: state => state.ws,
|
||||
policy: state => state.policy,
|
||||
}
|
||||
export default getters
|
||||
Reference in New Issue
Block a user