1 Star 0 Fork 193

igit-cn/Snowy-Mobile

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 417 Bytes
一键复制 编辑 原始数据 按行查看 历史
每天一点 提交于 2024-07-13 12:28 . 【优化】代码优化
import App from './App'
import './interceptor'
import { createSSRApp } from 'vue'
import store from './store'
import XEUtils from '@/plugins/xe-utils'
import snowy from '@/plugins/snowy'
export function createApp() {
const app = createSSRApp(App)
app.use(store)
app.config.globalProperties.$snowy = snowy
app.config.globalProperties.$xeu = XEUtils
uni.$snowy = snowy
uni.$xeu = XEUtils
return {
app
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/igit-cn/snowy-mobile.git
git@gitee.com:igit-cn/snowy-mobile.git
igit-cn
snowy-mobile
Snowy-Mobile
master

搜索帮助

A270a887 8829481 3d7a4017 8829481