From 557fcc2f8c985a9dc8be10dfe7d697ad15917de0 Mon Sep 17 00:00:00 2001 From: neverland Date: Sun, 28 Apr 2019 19:27:59 +0800 Subject: [PATCH] [Doc] add weapp flag to demo page (#1584) --- docs/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/App.vue b/docs/src/App.vue index eab07778..6a15e191 100644 --- a/docs/src/App.vue +++ b/docs/src/App.vue @@ -38,7 +38,7 @@ export default { path = MAPPER[path]; } - return `https://youzan.github.io/vant/mobile.html?hide_nav=1#/zh-CN/${path}`; + return `https://youzan.github.io/vant/mobile.html?hide_nav=1&weapp=1#/zh-CN/${path}`; } return `./preview.html#${path}`;