File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed
Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 2222 variant =" outlined"
2323 :text =" $t('chat.backupToLocal')"
2424 @click =" downloadDataJson"
25- style =" margin : 10px ; float : left "
25+ style =" margin : 10px 10 px 0 0 ; float : left "
2626 ></v-btn >
2727 <!-- <pre v-if="jsonData">{{ jsonData }}</pre> -->
2828 <v-file-input
Original file line number Diff line number Diff line change 2020 <v-tabs v-model =" tab" direction =" vertical" color =" primary" >
2121 <v-tab value =" general" >{{ $t("settings.general") }}</v-tab >
2222 <v-tab value =" proxy" >{{ $t("proxy.name") }}</v-tab >
23- <v-tab value =" chat" >{{ $t("chat.name") }}</v-tab >
2423 <v-tab
2524 v-for =" (setting, index) in botSettings"
2625 :key =" index"
5958 @update:model-value =" setCurrentMode($event)"
6059 ></v-select >
6160 </v-list-item >
61+ <component :is =" chat" @close-dialog =" closeDialog" ></component >
6262 </div >
6363
6464 <div v-if =" tab == 'proxy'" >
6565 <component :is =" proxy" ></component >
6666 </div >
6767
68- <div v-if =" tab == 'chat'" >
69- <component :is =" chat" @close-dialog =" closeDialog" ></component >
70- </div >
71-
7268 <template v-for =" (setting , index ) in botSettings " :key =" index " >
7369 <component
7470 v-if =" tab == index"
You can’t perform that action at this time.
0 commit comments