app.js 152 B

1234567
  1. import theme from './theme';
  2. //默认配置
  3. export default {
  4. theme: 'dark', //用户可选择类型:auto,light, dark
  5. color: theme.color[1]
  6. }