/
githubmirror
/
vue-element-admin
Обзор
Документация
Войти
/
githubmirror
/
vue-element-admin
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/settings.js
35 строк
805 B
非空
feature: change page title when route change (#1910)
15 апр 2019, 06:58
15 апр 2019, 06:58
26d0f40
Код
Авторство
О чём код?
module.exports = { title: 'Vue Element Admin', /** * @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' }