From 2b2a07d90d3b7ef30dcd84b11c70522704563f4c Mon Sep 17 00:00:00 2001 From: Evan You Date: Tue, 17 Apr 2018 15:07:24 -0400 Subject: [PATCH] fix: allow viewport scaling (close #110) --- lib/app/index.dev.html | 2 +- lib/app/index.ssr.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/app/index.dev.html b/lib/app/index.dev.html index b9db5b041b..06f743c5aa 100644 --- a/lib/app/index.dev.html +++ b/lib/app/index.dev.html @@ -2,7 +2,7 @@ - + diff --git a/lib/app/index.ssr.html b/lib/app/index.ssr.html index 9ad40786b6..8a5dc96b54 100644 --- a/lib/app/index.ssr.html +++ b/lib/app/index.ssr.html @@ -2,7 +2,7 @@ - + {{ title }} {{{ userHeadTags }}} {{{ pageMeta }}}