2 Star 4 Fork 2

紫枫信息.co/mimc-uniapp-sdk-demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.js 320 Bytes
一键复制 编辑 原始数据 按行查看 历史
傅长路 提交于 2019-06-18 10:02 . no commit message
import Vue from 'vue'
import App from './App'
Vue.config.productionTip = false
App.mpType = 'app'
import mimc from '@/mimc-uniapp-sdk/mimc.js';
import Base64 from '@/mimc-uniapp-sdk/Base64.js';
Vue.prototype.mimc = mimc
Vue.prototype.Base64 = Base64
const app = new Vue({
...App
})
app.$mount()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/fulusco/mimc-uniapp-sdk-demo.git
[email protected]:fulusco/mimc-uniapp-sdk-demo.git
fulusco
mimc-uniapp-sdk-demo
mimc-uniapp-sdk-demo
master

搜索帮助