/
githubmirror
/
vue-element-admin
Обзор
Документация
Войти
/
githubmirror
/
vue-element-admin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4.0.0
src/settings.js
37 строк
854 B
花裤衩
[release] 4.0.0 (#1291)
01 апр 2019, 12:07
Не верифицирован
01 апр 2019, 12:07
b94e69b
Код
Авторство
О чём код?
import variables from '@/styles/element-variables.scss' export default { theme: variables.theme, /** * @type {boolean} true | false * @description Whether show the settings right-panel */ showSettings: true, /** * @type {boolean} true | false * @description Whether need tagsView */ tagsView: true, /** * @type {boolean} true | false * @description Whether fix the header */ fixedHeader: false, /** * @type {boolean} true | false * @description Whether show the logo in sidebar */ sidebarLogo: false, /** * @type {string | array} 'production' | ['production','development'] * @description Need show err logs component. * The default is only used in the production env * If you want to also use it in dev, you can pass ['production','development'] */ errorLog: 'production' }