公告板
版本库
filestore
活动
搜索
登录
main
/
power_system_for_sx
山西电力前端项目
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
U 修改
he wei
2025-05-21
4f2e7984e3f63ac3b869f7301cda7e74914922a1
[power_system_for_sx.git]
/
src
/
globalComponents.js
1
2
3
4
5
6
7
import card from '@/components/card.vue';
import ycCard from '@/components/ycCard/index.vue';
export function registerGlobalComponents(app) {
app.component('card', card);
app.component('ycCard', ycCard);
}