fix: eslint
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
// 统一导出所有模块组件
|
||||
|
||||
export { default as Location } from './location/location.vue';
|
||||
export { default as AccountSelect } from './account-select/account-select.vue';
|
||||
|
||||
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';
|
||||
@@ -18,6 +20,3 @@ 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