From 919a9976b1b8967956a6a285113b22e3019bb025 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E6=98=8A=E5=B7=9D?= Date: Mon, 15 Mar 2021 16:58:00 +0800 Subject: [PATCH] =?UTF-8?q?feat(cli):=20pc=20=E7=BB=84=E4=BB=B6=E9=A2=84?= =?UTF-8?q?=E8=A7=88=E6=94=AF=E6=8C=81=20i18n=20(#8346)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/site/{mobile.js => entry.js} | 0 packages/vant-cli/site/desktop/main.js | 7 +++++-- webpack.config.js | 3 ++- 3 files changed, 7 insertions(+), 3 deletions(-) rename docs/site/{mobile.js => entry.js} (100%) diff --git a/docs/site/mobile.js b/docs/site/entry.js similarity index 100% rename from docs/site/mobile.js rename to docs/site/entry.js diff --git a/packages/vant-cli/site/desktop/main.js b/packages/vant-cli/site/desktop/main.js index 3f4c4d7b0..d27bd765e 100644 --- a/packages/vant-cli/site/desktop/main.js +++ b/packages/vant-cli/site/desktop/main.js @@ -7,5 +7,8 @@ import { router } from './router'; window.app = createApp(App) .use(router) .use(packageEntry) - .component(DemoPlayground.name, DemoPlayground) - .mount('#app'); + .component(DemoPlayground.name, DemoPlayground); + +setTimeout(() => { + window.app.mount('#app'); +}, 0); diff --git a/webpack.config.js b/webpack.config.js index 56f0ffdcd..a0792f558 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -8,7 +8,8 @@ module.exports = function () { return { devtool: false, entry: { - 'site-mobile': ['./docs/site/mobile'], + 'site-mobile': ['./docs/site/entry'], + 'site-desktop': ['./docs/site/entry'], }, resolve: { alias: {