From 8967485c6014106ec107fdaf9d5d09bbe2d8e880 Mon Sep 17 00:00:00 2001 From: MaysWind Date: Sat, 31 Oct 2020 19:56:15 +0800 Subject: [PATCH] disable view animate --- src/Mobile.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Mobile.vue b/src/Mobile.vue index 71a71160..731cd20a 100644 --- a/src/Mobile.vue +++ b/src/Mobile.vue @@ -14,7 +14,10 @@ export default { name: 'lab', id: 'net.mayswind.lab', theme: 'ios', - routes: routes + routes: routes, + view: { + animate : false + } } } }