From f8867b8df117d1ac0f1311970994e15059c3da03 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期四, 05 九月 2024 15:57:36 +0800 Subject: [PATCH] add 兼容扫码问题 --- main.js | 20 +++----------------- 1 files changed, 3 insertions(+), 17 deletions(-) diff --git a/main.js b/main.js index 9cdb3b5..0f77c8f 100644 --- a/main.js +++ b/main.js @@ -1,4 +1,4 @@ -// #ifndef VUE3 + import Vue from 'vue' import App from './App' import store from './store' @@ -13,8 +13,8 @@ Vue.prototype.$storage = storage import util from './plugins/util' Vue.prototype.$util = util -import self_base from './common/self_base.js' -Vue.use(self_base); +// import self_base from './common/self_base.js' +// Vue.use(self_base); import mixinsCommon from './mixin/mixin.js' Vue.mixin(mixinsCommon) @@ -92,17 +92,3 @@ ...App }) app.$mount() -// #endif - -// #ifdef VUE3 -import { - createSSRApp -} from 'vue' -import App from './App.vue' -export function createApp() { - const app = createSSRApp(App) - return { - app - } -} -// #endif \ No newline at end of file -- Gitblit v1.9.3