feature: add fixedHeader settings

This commit is contained in:
Pan
2019-03-21 16:38:41 +08:00
parent 3594052c90
commit d919acf64b
7 changed files with 113 additions and 58 deletions

View File

@@ -13,6 +13,12 @@ export default {
*/
tagsView: true,
/**
* @type {boolean} true | false
* @description Whether fix the header
*/
fixedHeader: true,
/**
* @type {string | array} 'production' | ['production','development']
* @description Need show err logs component.