wip: 临时提交
This commit is contained in:
11
src/components/business/index.ts
Normal file
11
src/components/business/index.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
/**
|
||||
* 业务组件导出索引
|
||||
*/
|
||||
import WechatProfile from "./WechatProfile.vue";
|
||||
|
||||
export { WechatProfile };
|
||||
|
||||
// 用于批量注册组件
|
||||
export default {
|
||||
WechatProfile,
|
||||
};
|
||||
Reference in New Issue
Block a user