From ef145f840ca70069440aecc2c65e927f9fec7616 Mon Sep 17 00:00:00 2001 From: wangyi7099 Date: Mon, 22 Jan 2018 18:59:34 +0800 Subject: [PATCH] update:readme --- docs/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index e491eb99..e427acb2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -620,7 +620,9 @@

by wangyi7099 under MIT Gi }, mounted() { this.windowInnerheight = window.innerHeight + 'px'; - this.windowInnerwidh = window.innerWidth + 'px'; + if(window.innerWidth < 500) { + this.windowInnerwidh = window.innerWidth + 'px'; + } } });