From 24a4a7ea01a61f90cbe6d6aaadc1c7573a37f3d3 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 15 五月 2024 17:52:31 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 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