Skip to content
This repository has been archived by the owner on Jan 17, 2021. It is now read-only.

Commit

Permalink
enable transition by default
Browse files Browse the repository at this point in the history
  • Loading branch information
crossjs committed Nov 21, 2016
1 parent 47d840c commit b2ea637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/modules/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const SET_ENV = 'SET_ENV'
const persist = createPersist(ENV_KEY, {
lang: navigator.language.split('-')[0],
i18n: null,
transition: false, // 默认关闭动画效果
transition: true, // 默认开启动画效果
authorized: false
}, {
expires: ONE_WEEK
Expand Down

0 comments on commit b2ea637

Please # to comment.