File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 size =" md"
66 position =" left"
77 :tab-button-class =" ['w-48']"
8+ :nav-class =" ['max-h-[70vh] overflow-y-auto']"
89 :tabs =" tabsPluginData"
910 @change =" handleTabChange" >
1011 <template #[activePlugin ]=" { tab } " >
1112 <h3 class =" text-lg font-semibold text-gray-900 dark:text-white mb-4 flex items-center space-x-2" >
1213 <img :src =" `/icons/${activePlugin.replace(/\d+$/, '')}.svg`" class =" w-6 h-6" :alt =" tab.label" />
13- <span >{{ `语言 [ ${ tab.label } ] 配置` }}</span >
14+ <span >{{ `语言 [ ${tab.label} ] 配置` }}</span >
1415 </h3 >
1516
1617 <Tabs v-model =" activeTab"
8788</template >
8889
8990<script setup lang="ts">
90- import { onMounted } from ' vue'
91- import { Folder } from ' lucide-vue-next'
92- import { Codemirror } from ' vue-codemirror'
91+ import {onMounted } from ' vue'
92+ import {Folder } from ' lucide-vue-next'
93+ import {Codemirror } from ' vue-codemirror'
9394import Button from ' ../../ui/Button.vue'
9495import Tabs from ' ../../ui/Tabs.vue'
9596import Number from ' ../../ui/Number.vue'
9697import Label from ' ../../ui/Label.vue'
9798import Input from ' ../../ui/Input.vue'
98- import { useLanguageSettings } from ' ../../composables/useLanguageSettings'
99+ import {useLanguageSettings } from ' ../../composables/useLanguageSettings'
99100import type PluginConfig from ' ../../types/plugin'
100101
101102const emit = defineEmits <{
You can’t perform that action at this time.
0 commit comments