公告板
版本库
filestore
活动
搜索
登录
main
/
lock-admin
蓝牙锁后台 新版本
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
UA 整理提交
he wei
2025-04-23
b9bd29a1a81f6f7de479e3cc3fdfe3d85fc660bf
[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);
}