1 Star 0 Fork 34

open-sources / huanxing-uniapp

forked from 环兴商城 / huanxing-uniapp 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 471 Bytes
一键复制 编辑 原始数据 按行查看 历史
环兴商城 提交于 2023-02-23 14:25 . commit v1.0
import Vue from 'vue'
import App from './App'
import store from './store/index' // store
import cuCustom from '@/components/colorui/components/cu-custom.vue'
import uniNumberBox from '@/components/uni-number-box/uni-number-box.vue'
Vue.component('cu-custom', cuCustom)
Vue.component('uni-number-box', uniNumberBox)
Vue.config.productionTip = false
App.mpType = 'app'
const app = new Vue({
...App,
store
})
//挂载到全局,让所有页面都能接收
app.$mount()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/openResources/huanxing-mall-uniapp.git
git@gitee.com:openResources/huanxing-mall-uniapp.git
openResources
huanxing-mall-uniapp
huanxing-uniapp
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891