Skip to content

Commit 78ac916

Browse files
author
weilei
committed
feat: 新增 Attachments 组件,支持文件上传和拖放功能
1 parent 831f87e commit 78ac916

File tree

4 files changed

+632
-2
lines changed

4 files changed

+632
-2
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import ElXAttachments from './src/main.vue';
2+
3+
/* istanbul ignore next */
4+
ElXAttachments.install = function (Vue) {
5+
Vue.component(ElXAttachments.name, ElXAttachments);
6+
};
7+
8+
export default ElXAttachments;

0 commit comments

Comments
 (0)