diff --git a/package-lock.json b/package-lock.json index d87fcd6f1..126615058 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "halo-admin", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d30350bde..280f35fa8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "halo-admin", - "version": "1.1.1", + "version": "1.1.2", "private": true, "scripts": { "serve": "vue-cli-service serve", @@ -10,11 +10,11 @@ }, "dependencies": { "animate.css": "^3.7.0", - "ant-design-vue": "^1.3.16", + "ant-design-vue": "^1.4.1", "axios": "^0.18.0", "enquire.js": "^2.1.6", - "filepond": "^4.6.1", - "filepond-plugin-image-preview": "^4.4.0", + "filepond": "^4.7.2", + "filepond-plugin-image-preview": "^4.5.0", "halo-editor": "^2.7.6", "marked": "^0.6.3", "moment": "^2.24.0", @@ -26,7 +26,7 @@ "vue-count-to": "^1.0.13", "vue-filepond": "^5.1.3", "vue-ls": "^3.2.1", - "vue-router": "^3.1.2", + "vue-router": "^3.1.3", "vue-video-player": "^5.0.2", "vuejs-logger": "^1.5.3", "vuex": "^3.1.1" diff --git a/src/core/lazy_lib/components_use.js b/src/core/lazy_lib/components_use.js index 8f5e2dcb4..0003392e4 100644 --- a/src/core/lazy_lib/components_use.js +++ b/src/core/lazy_lib/components_use.js @@ -47,7 +47,8 @@ import { Comment, ConfigProvider, Timeline, - Steps + Steps, + Empty } from 'ant-design-vue' Vue.use(Anchor) @@ -96,6 +97,7 @@ Vue.use(Comment) Vue.use(ConfigProvider) Vue.use(Timeline) Vue.use(Steps) +Vue.use(Empty) Vue.prototype.$message = message Vue.prototype.$notification = notification diff --git a/src/views/attachment/components/AttachmentDrawer.vue b/src/views/attachment/components/AttachmentDrawer.vue index 2556acd3d..e79ac0d2d 100644 --- a/src/views/attachment/components/AttachmentDrawer.vue +++ b/src/views/attachment/components/AttachmentDrawer.vue @@ -30,7 +30,9 @@ :paragraph="{ rows: 18 }" > +
+
- +
+ + + + + + + + + +   + {{ item.author }} +  {{ item.createTime | timeAgo }} + + +  {{ item.author }} {{ item.createTime | timeAgo }} + + +

+
+
+ {{ createTime | timeAgo }} + > + + + {{ createTime | timeAgo }} + +