Skip to content

Commit

Permalink
fix: Refactor ComposeConfig.vue to improve tab navigation and event h…
Browse files Browse the repository at this point in the history
…andling
  • Loading branch information
zhanghengxin committed May 15, 2024
1 parent 276e94b commit 63cd501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/src/components/Apps/ComposeConfig.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<b-tabs
class="has-text-full-03"
style="height: 100%"
v-model="current_service"
:value="firstAppName"
>
<b-tab-item v-for="(service, key) in configData.services" :key="key" :label="key" :value="key">
<b-tab-item v-for="(service, key) in configData.services" :key="key" :label="key" :value="key" @click="current_service = key">
<ValidationObserver :ref="key + 'valida'">
<b-field grouped>
<ValidationProvider
Expand Down

0 comments on commit 63cd501

Please sign in to comment.