import { version } from '../package' const setting = { // 版本 version: version, // 是否默认开启页面切换动画 transition: { active: true } } export default setting