fix: ele统一风格
This commit is contained in:
23
apps/web-ele/src/views/mp/components/index.ts
Normal file
23
apps/web-ele/src/views/mp/components/index.ts
Normal file
@@ -0,0 +1,23 @@
|
||||
// 统一导出所有模块组件
|
||||
|
||||
export { default as Location } from './location/location.vue';
|
||||
|
||||
export { default as MaterialSelect } from './material-select/material-select.vue';
|
||||
export * from './material-select/types';
|
||||
|
||||
export * from './msg/types';
|
||||
|
||||
export { default as Music } from './music/music.vue';
|
||||
|
||||
export { default as News } from './news/news.vue';
|
||||
|
||||
export { default as ReplySelect } from './reply/reply.vue';
|
||||
|
||||
export * from './reply/types';
|
||||
|
||||
export { default as VideoPlayer } from './video-play/video-play.vue';
|
||||
|
||||
export { default as VoicePlayer } from './voice-play/voice-play.vue';
|
||||
|
||||
export { default as AccountSelect } from './account-select/account-select.vue';
|
||||
|
||||
Reference in New Issue
Block a user