1
0
forked from dyf/APP

删除一些没有使用的文件和代码

This commit is contained in:
liub
2026-01-14 09:42:12 +08:00
parent eb246ae12c
commit 7fe5ae633c
4 changed files with 3 additions and 1345 deletions

View File

@ -6,13 +6,13 @@ import uView from 'vk-uview-ui';
// #ifndef VUE3
import Vue from 'vue'
import store from './store/store';
import './uni.promisify.adaptor'
Vue.config.productionTip = false
App.mpType = 'app'
const app = new Vue({
store,
...App
})
Vue.use(uView)