From 125faa2a43b8994c1541e7ca4046f1a52070e56d Mon Sep 17 00:00:00 2001 From: ruibaby Date: Sat, 20 Apr 2019 15:22:01 +0800 Subject: [PATCH] Create AttachmentSelectDrawer. --- .../components/AttachmentSelectDrawer.vue | 172 ++++++++++++++++++ src/views/page/PageList.vue | 2 +- src/views/system/BackupList.vue | 2 +- src/views/user/Profile.vue | 8 +- 4 files changed, 178 insertions(+), 6 deletions(-) create mode 100644 src/views/attachment/components/AttachmentSelectDrawer.vue diff --git a/src/views/attachment/components/AttachmentSelectDrawer.vue b/src/views/attachment/components/AttachmentSelectDrawer.vue new file mode 100644 index 00000000..a8ed5860 --- /dev/null +++ b/src/views/attachment/components/AttachmentSelectDrawer.vue @@ -0,0 +1,172 @@ + + + + + diff --git a/src/views/page/PageList.vue b/src/views/page/PageList.vue index c8d8fb44..8081f4cd 100644 --- a/src/views/page/PageList.vue +++ b/src/views/page/PageList.vue @@ -107,4 +107,4 @@ export default { } } } - \ No newline at end of file + diff --git a/src/views/system/BackupList.vue b/src/views/system/BackupList.vue index 3034e706..ffb712c4 100644 --- a/src/views/system/BackupList.vue +++ b/src/views/system/BackupList.vue @@ -129,4 +129,4 @@ export default { } } } - \ No newline at end of file + diff --git a/src/views/user/Profile.vue b/src/views/user/Profile.vue index 456f5a69..b66dd6e0 100644 --- a/src/views/user/Profile.vue +++ b/src/views/user/Profile.vue @@ -97,18 +97,18 @@ - +