1 Star 1 Fork 11

我一路向北/MX蓝牙模块

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.js 475 Bytes
一键复制 编辑 原始数据 按行查看 历史
落魄实习生 提交于 2021-01-29 17:20 +08:00 . 更新至1.1
import Vue from 'vue'
import App from './App'
import store from '@/store';
import cuCustom from './components/cu-custom.vue'
Vue.component('cu-custom', cuCustom)
import drawerSettings from './components/drawer-settings.vue'
Vue.component('drawer-settings', drawerSettings)
import bluetooth from './components/bluetooth.vue'
Vue.component('bluetooth', bluetooth)
Vue.config.productionTip = false
App.mpType = 'app'
const app = new Vue({
...App,
store
})
app.$mount()
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/younth/mx-ble.git
git@gitee.com:younth/mx-ble.git
younth
mx-ble
MX蓝牙模块
master

搜索帮助