From 813f1718fb9519c0e43724c19c0fe351826a0744 Mon Sep 17 00:00:00 2001 From: CityFun <31820853+zhengkunwang223@users.noreply.github.com> Date: Tue, 16 Sep 2025 15:44:09 +0800 Subject: [PATCH] style: change app edit button style (#10385) --- frontend/package.json | 2 +- frontend/src/views/app-store/installed/detail/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 9c435518d..241fe99c9 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -50,7 +50,6 @@ "pinia-plugin-persistedstate": "^1.6.1", "qs": "^6.12.1", "screenfull": "^6.0.2", - "unplugin-vue-define-options": "^0.7.3", "uuid": "^10.0.0", "vue": "^3.4.27", "vue-clipboard3": "^2.0.0", @@ -85,6 +84,7 @@ "typescript": "^4.5.4", "unplugin-auto-import": "^0.16.4", "unplugin-vue-components": "^0.25.0", + "unplugin-vue-define-options": "^3.0.0-beta.23", "vite": "^7.1.5", "vite-plugin-compression": "^0.5.1", "vite-plugin-eslint": "^1.8.1", diff --git a/frontend/src/views/app-store/installed/detail/index.vue b/frontend/src/views/app-store/installed/detail/index.vue index 7298cfe6f..72d540c8d 100644 --- a/frontend/src/views/app-store/installed/detail/index.vue +++ b/frontend/src/views/app-store/installed/detail/index.vue @@ -10,7 +10,7 @@ {{ appConfigUpdate.webUI }} - + {{ $t('commons.button.edit') }}