1 Star 0 Fork 0

alexchen / library-uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 419 Bytes
一键复制 编辑 原始数据 按行查看 历史
alex_guanfeng 提交于 2024-01-04 11:44 . 代码初始化
import App from './App'
// #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'
import api from '@/common/vmeitime-http/'
Vue.prototype.$api = api
export function createApp() {
const app = createSSRApp(App)
return {
app
}
}
// #endif
1
https://gitee.com/alexchen_gf/library-uniapp.git
git@gitee.com:alexchen_gf/library-uniapp.git
alexchen_gf
library-uniapp
library-uniapp
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891