Ai
1 Star 0 Fork 1

Neufurious/neuinterview

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.js 271 Bytes
一键复制 编辑 原始数据 按行查看 历史
Neufurious 提交于 2024-09-19 13:24 +08:00 . 项目初始化 202409191324 v1.0.0
import App from './App.vue'
import { createSSRApp } from 'vue'
import { setupPinia } from './sheep/store';
import uviewPlus from '@/uni_modules/uview-plus';
export function createApp() {
const app = createSSRApp(App);
setupPinia(app);
return {
app,
};
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
其他
1
https://gitee.com/neufurious/neuinterview.git
git@gitee.com:neufurious/neuinterview.git
neufurious
neuinterview
neuinterview
master

搜索帮助