From: Grigorii K. Shartsev Date: Mon, 20 Nov 2023 14:03:15 +0000 (+0100) Subject: refactor(files): replace deprecated `is` attr on `` with dynamic component X-Git-Tag: v29.0.0beta1~764^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e6bdbdbdb87e1f9cd1c54cef634767e25fda01b6;p=nextcloud-server.git refactor(files): replace deprecated `is` attr on `` with dynamic component - Special attribute `is` is deprecated and removed in Vue 3 - It is confusing, that `` element is rendered as `span` sometimes Signed-off-by: Grigorii K. Shartsev --- diff --git a/apps/files/src/components/FileEntry/FileEntryName.vue b/apps/files/src/components/FileEntry/FileEntryName.vue index 538c79b02db..3848b3bb73d 100644 --- a/apps/files/src/components/FileEntry/FileEntryName.vue +++ b/apps/files/src/components/FileEntry/FileEntryName.vue @@ -37,12 +37,13 @@ @keyup.esc="stopRenaming" /> - @@ -50,7 +51,7 @@ - +