增加新版本web页面
This commit is contained in:
10
web/src/store/getters.js
Normal file
10
web/src/store/getters.js
Normal file
@@ -0,0 +1,10 @@
|
||||
const getters = {
|
||||
sidebar: state => state.app.sidebar,
|
||||
device: state => state.app.device,
|
||||
token: state => state.user.token,
|
||||
serverId: state => state.user.serverId,
|
||||
name: state => state.user.name,
|
||||
visitedViews: state => state.tagsView.visitedViews,
|
||||
cachedViews: state => state.tagsView.cachedViews
|
||||
}
|
||||
export default getters
|
||||
Reference in New Issue
Block a user