From a800e24faaafe44d4157d33db09b065ed192d84b Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期三, 15 五月 2024 19:48:17 +0800 Subject: [PATCH] 调整 --- src/main.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/main.js b/src/main.js index 0079324..bcd861c 100644 --- a/src/main.js +++ b/src/main.js @@ -33,6 +33,7 @@ const { container, onGlobalStateChange, setGlobalState } = props; Vue.prototype.onGlobalStateChange = onGlobalStateChange; Vue.prototype.setGlobalState = setGlobalState; + Vue.prototype.container = container; instance = new Vue({ // router, store, -- Gitblit v1.9.1