From d9e62ff860f9f0040707f8da7959588255ad1998 Mon Sep 17 00:00:00 2001 From: Chenlei Hu Date: Thu, 20 Mar 2025 12:40:49 -0400 Subject: [PATCH] [Vue] Use Vue 3.5 syntax for prop default value (#3165) --- src/components/actionbar/BatchCountEdit.vue | 9 ----- src/components/common/ComfyImage.vue | 39 +++++++------------ src/components/common/EditableText.vue | 16 +++----- src/components/common/RefreshButton.vue | 21 +++++----- src/components/common/TextDivider.vue | 20 +++++----- .../setting/keybinding/KeyComboDisplay.vue | 15 +++---- src/components/searchbox/NodeSearchBox.vue | 23 +++++------ src/views/templates/BaseViewTemplate.vue | 15 +++---- 8 files changed, 57 insertions(+), 101 deletions(-) diff --git a/src/components/actionbar/BatchCountEdit.vue b/src/components/actionbar/BatchCountEdit.vue index 1e1109e2e8..f733eec3b0 100644 --- a/src/components/actionbar/BatchCountEdit.vue +++ b/src/components/actionbar/BatchCountEdit.vue @@ -1,7 +1,6 @@