1
0
forked from dyf/APP

修改main.js,去除原有的蓝牙插件

This commit is contained in:
liub
2025-08-15 09:03:48 +08:00
parent 6650334525
commit 6b4d47828e

View File

@ -2,14 +2,14 @@ import App from './App'
// 引入 uView UI
import uView from 'vk-uview-ui';
import bleTool from '@/store/BLETools.js';
// #ifndef VUE3
import Vue from 'vue'
import store from './store/store';
import './uni.promisify.adaptor'
Vue.config.productionTip = false
Vue.prototype.$bleTool = bleTool;
App.mpType = 'app'
const app = new Vue({
store,
@ -25,7 +25,7 @@ import {
} from 'vue'
export function createApp() {
const app = createSSRApp(App)
app.config.globalProperties.$bleTool = bleTool;
// 使用 uView UI
app.use(uView)
return {