1 Star 0 Fork 62

王赛 / uView Vue3.0

forked from vk-uni / uView Vue3.0 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 462 Bytes
一键复制 编辑 原始数据 按行查看 历史
import App from './App'
// 引入 uView UI
import uView from './uni_modules/vk-uview-ui';
// #ifndef VUE3
import Vue from 'vue'
// 使用 uView UI
Vue.use(uView);
Vue.config.productionTip = false
App.mpType = 'app'
const app = new Vue({
...App
})
app.$mount()
// #endif
// #ifdef VUE3
import { createSSRApp } from 'vue'
export function createApp() {
const app = createSSRApp(App)
// 使用 uView UI
app.use(uView)
return {
app
}
}
// #endif
1
https://gitee.com/wangsaiok/vk-uview-ui.git
git@gitee.com:wangsaiok/vk-uview-ui.git
wangsaiok
vk-uview-ui
uView Vue3.0
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891