1 Star 0 Fork 1K

疯狂的世界 / yudao-mall-uniapp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 221 Bytes
一键复制 编辑 原始数据 按行查看 历史
kele 提交于 2022-11-22 15:45 . 发布v1.0.3
import App from './App';
import { createSSRApp } from 'vue';
import { setupPinia } from './sheep/store';
export function createApp() {
const app = createSSRApp(App);
setupPinia(app);
return {
app,
};
}
TypeScript
1
https://gitee.com/CrazyWorld/yudao-mall-uniapp.git
git@gitee.com:CrazyWorld/yudao-mall-uniapp.git
CrazyWorld
yudao-mall-uniapp
yudao-mall-uniapp
main

搜索帮助