2 Star 0 Fork 0

小君/mi-client

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
main.js 447 Bytes
一键复制 编辑 原始数据 按行查看 历史
小君 提交于 2021-03-22 15:02 . feat 新增获取微信步数。
import Vue from 'vue'
import App from './App'
import T from './common/langue/i18n'
import locales from './common/langue/locales'
import './common'
import store from '@/store'
import Uview from '@/uview-ui/index'
Vue.use(Uview)
var dayjs = require('dayjs')
uni.$dayjs = dayjs
Vue.config.productionTip = false
App.mpType = 'app'
// 设置语言
T.registerLocale(locales)
T.setLocale()
const app = new Vue({
...App,
store
})
app.$mount()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Funcion_woqu/mi-client.git
git@gitee.com:Funcion_woqu/mi-client.git
Funcion_woqu
mi-client
mi-client
master

搜索帮助