From 431f6aa9668c42c77e92c5bff56a72a7b897d8d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=98=AD?= <81747598+lan-yonghui@users.noreply.github.com> Date: Tue, 20 May 2025 14:45:08 +0800 Subject: [PATCH] feat: code editor tab component (#8751) --- .../code-editor/tabs/index.vue | 84 +++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 frontend/src/views/host/file-management/code-editor/tabs/index.vue diff --git a/frontend/src/views/host/file-management/code-editor/tabs/index.vue b/frontend/src/views/host/file-management/code-editor/tabs/index.vue new file mode 100644 index 000000000..c30419cd3 --- /dev/null +++ b/frontend/src/views/host/file-management/code-editor/tabs/index.vue @@ -0,0 +1,84 @@ + + +