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.
13 lines
251 B
13 lines
251 B
1 year ago
|
/*
|
||
|
* @Descripttion:
|
||
|
* @version:
|
||
|
* @Author: Wiley.Yang
|
||
|
* @Date: 2022-02-11 17:24:07
|
||
|
* @LastEditors: Wiley.Yang
|
||
|
* @LastEditTime: 2022-02-14 16:13:10
|
||
|
*/
|
||
|
const getters = {
|
||
|
fixedHeader: state => state.settings.fixedHeader
|
||
|
}
|
||
|
export default getters
|