main.js
@@ -6,18 +6,6 @@ import http from './plugins/http.js' // import store from './store/index.js' // #ifndef VUE3 import Vue from 'vue' import './uni.promisify.adaptor' Vue.config.productionTip = false App.mpType = 'app' const app = new Vue({ ...App }) app.$mount() // #endif // #ifdef VUE3 import { createSSRApp } from 'vue' @@ -99,4 +87,3 @@ app } } // #endif