From aa01512f89e0655039db4df8dfd97f724bcd4a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Sat, 10 Dec 2022 15:57:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/public/js/components/common/more-options-indicator.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/public/js/components/common/more-options-indicator.js b/web/public/js/components/common/more-options-indicator.js index a35f070f..76922e8d 100644 --- a/web/public/js/components/common/more-options-indicator.js +++ b/web/public/js/components/common/more-options-indicator.js @@ -2,6 +2,7 @@ * 更多选项 */ Vue.component("more-options-indicator", { + props:[], data: function () { return { visible: false @@ -14,6 +15,7 @@ Vue.component("more-options-indicator", { Tea.Vue.moreOptionsVisible = this.visible } this.$emit("change", this.visible) + this.$emit("input", this.visible) } }, template: '更多选项收起选项 '