From 1010de67736f4dd1818e283606eae5a6bcdee0a5 Mon Sep 17 00:00:00 2001 From: johnniang Date: Sat, 4 Jan 2020 15:30:15 +0800 Subject: [PATCH] Enable input extenal thumbnail link of post --- src/views/post/components/PostSettingDrawer.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/views/post/components/PostSettingDrawer.vue b/src/views/post/components/PostSettingDrawer.vue index 45aeb5fc6..dfeef1af9 100644 --- a/src/views/post/components/PostSettingDrawer.vue +++ b/src/views/post/components/PostSettingDrawer.vue @@ -172,6 +172,13 @@ :src="selectedPost.thumbnail || '/images/placeholder.jpg'" @click="()=>this.thumbDrawerVisible=true" > + + + + + + +