From 233fdc1cc07df94e54036fa421addf1e17cdff83 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期三, 28 二月 2024 10:58:12 +0800 Subject: [PATCH] # --- main.js | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/main.js b/main.js index c1caf36..9a38f4b 100644 --- a/main.js +++ b/main.js @@ -2,10 +2,14 @@ // #ifndef VUE3 import Vue from 'vue' +import uView from './uni_modules/uview-ui/index.js' +import store from './store' import './uni.promisify.adaptor' Vue.config.productionTip = false +Vue.prototype.$store = store App.mpType = 'app' const app = new Vue({ + store, ...App }) app.$mount() -- Gitblit v1.9.1