1 Star 0 Fork 0

『Man'lung』/储物柜

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 448 Bytes
一键复制 编辑 原始数据 按行查看 历史
『Man'lung』 提交于 2024-10-20 17:33 . 初始化
import { createSSRApp } from 'vue'
import App from './App.vue'
import * as Pinia from 'pinia'
import piniaPersist from 'pinia-plugin-persist-uni'
import xwlUtils from '@/utils/xwl.utils.js'
import uvUI from '@/utils/uv-ui-tools'
export function createApp() {
const app = createSSRApp(App)
const pinia = Pinia.createPinia().use(piniaPersist)
app.use(pinia)
app.use(uvUI);
app.config.globalProperties.$xwl= xwlUtils;
return { app,Pinia }
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/xuwenlongl/lockers.git
[email protected]:xuwenlongl/lockers.git
xuwenlongl
lockers
储物柜
master

搜索帮助