UNPKG

t-comm

Version:

专业、稳定、纯粹的工具库

10 lines (8 loc) 191 B
function initCommonConfig(app) { if (process.env.NODE_ENV == 'production') { app.config.devtools = false; } else { app.config.devtools = true; } } export { initCommonConfig };