公告板
版本库
filestore
活动
搜索
登录
main
/
lock-admin
蓝牙锁后台 新版本
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
U onActivated'
he wei
2025-04-25
53310b6f8b2274c3d68674648446451761edea21
[lock-admin.git]
/
src
/
globalComponents.js
1
2
3
4
5
6
7
import hdwTree from '@/components/HdwTree/index.vue';
import ycCard from '@/components/ycCard/index.vue';
export function registerGlobalComponents(app) {
app.component('hdwTree', hdwTree);
app.component('ycCard', ycCard);
}