17 Star 117 Fork 63

Xie Xinfeng/uni-app 组件库

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 591 Bytes
一键复制 编辑 原始数据 按行查看 历史
[email protected] 提交于 2024-06-18 20:44 . 更新免费社区模板
import App from './App'
import store from './store'
import Vue from 'vue'
Vue.config.productionTip = false
App.mpType = 'app'
// 引入全局TuniaoUI
import TuniaoUI from 'tuniao-ui'
Vue.use(TuniaoUI)
// 引入TuniaoUI提供的vuex简写方法
let vuexStore = require('@/store/$t.mixin.js')
Vue.mixin(vuexStore)
// 引入TuniaoUI对小程序分享的mixin封装
let mpShare = require('tuniao-ui/libs/mixin/mpShare.js')
Vue.mixin(mpShare)
// 请求方法
// import http from './util/request/index.js'
// Vue.prototype.$http = http
const app = new Vue({
store,
...App
})
app.$mount()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/xxf_0921/uni-app-component-library.git
[email protected]:xxf_0921/uni-app-component-library.git
xxf_0921
uni-app-component-library
uni-app 组件库
master

搜索帮助