From e6975bfc3f6d1bb085785a6e92352c8e204cd3a9 Mon Sep 17 00:00:00 2001 From: qtpalmtop <1762696383@qq.com> Date: Tue, 27 Oct 2020 15:18:13 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9Dfix=20vue3.0=20example=20(#1028)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: linli --- examples/vue3/src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vue3/src/main.js b/examples/vue3/src/main.js index 22a6e5d..bc54a8e 100644 --- a/examples/vue3/src/main.js +++ b/examples/vue3/src/main.js @@ -46,7 +46,7 @@ function storeTest(props) { export async function mount(props) { storeTest(props); - render(); + render(props); instance.config.globalProperties.$onGlobalStateChange = props.onGlobalStateChange; instance.config.globalProperties.$setGlobalState = props.setGlobalState; }