From 6ab7838a3d3f1c40c0b99ebb1178b6cf73c28dab Mon Sep 17 00:00:00 2001 From: Clonbg Date: Mon, 10 Feb 2025 13:12:01 +0100 Subject: [PATCH] send with enter changename --- src/pages/IndexPage.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/pages/IndexPage.vue b/src/pages/IndexPage.vue index 3590672..bb8071c 100644 --- a/src/pages/IndexPage.vue +++ b/src/pages/IndexPage.vue @@ -40,14 +40,15 @@ - +
Nuevo nombre
- + @@ -126,6 +127,7 @@ const changeNameList = async (id) => { const openDialogChangeNameList = (id) => { dialogChangeNameList.value = true lista_id.value = id + newNameList.value = '' } onMounted(() => {