From e9af167156ca9d1b404a76ab0fc8c82c26fe6a11 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 31 十月 2023 11:37:07 +0800
Subject: [PATCH] MrShi
---
bicycle/main.js | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/bicycle/main.js b/bicycle/main.js
index 6088a8c..ed0c934 100644
--- a/bicycle/main.js
+++ b/bicycle/main.js
@@ -4,13 +4,13 @@
import './uni.promisify.adaptor'
import store from './store/index.js'
-Vue.prototype.$store = store
+Vue.prototype.$store = store;
import uView from "uview-ui";
-Vue.use(uView);
+Vue.use(uView);
-Vue.config.productionTip = false
-App.mpType = 'app'
+Vue.config.productionTip = false;
+App.mpType = 'app';
Vue.prototype.$onLaunched = new Promise(resolve => {
Vue.prototype.$isResolve = resolve;
--
Gitblit v1.9.3