2 Star 4 Fork 1

张宇凡/AI绘画红包封面专业版

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.js 457 Bytes
一键复制 编辑 原始数据 按行查看 历史
张宇凡 提交于 2023-01-10 16:20 +08:00 . 发布前端开源版本
import App from './App'
// #ifndef VUE3
import Vue from 'vue'
import uView from "uview-ui";
Vue.use(uView);
Vue.config.productionTip = false
App.mpType = 'app'
const app = new Vue({
...App
})
// 引入请求封装,将app参数传递到配置中
require('./utils/request.js')(app)
app.$mount()
// #endif
// #ifdef VUE3
import { createSSRApp } from 'vue'
export function createApp() {
const app = createSSRApp(App)
return {
app
}
}
// #endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/me_coder/ai_cover.git
git@gitee.com:me_coder/ai_cover.git
me_coder
ai_cover
AI绘画红包封面专业版
master

搜索帮助