22 Star 347 Fork 138

sheepjs / shopro-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,
};
}
1
https://gitee.com/sheepjs/shopro-uniapp.git
git@gitee.com:sheepjs/shopro-uniapp.git
sheepjs
shopro-uniapp
shopro-uniapp(分销商城 开源商城)
master

搜索帮助