mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 07:57:33 +08:00
add enable animate option
This commit is contained in:
+3
-1
@@ -9,6 +9,8 @@ import routes from './router/mobile.js';
|
||||
|
||||
export default {
|
||||
data() {
|
||||
const self = this;
|
||||
|
||||
return {
|
||||
f7params: {
|
||||
name: 'lab',
|
||||
@@ -16,7 +18,7 @@ export default {
|
||||
theme: 'ios',
|
||||
routes: routes,
|
||||
view: {
|
||||
animate : false
|
||||
animate : self.$settings.isEnableAnimate()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user