update
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<script setup lang="ts">
|
||||
import type { PropType } from 'vue';
|
||||
import { useI18n } from 'vue-i18n';
|
||||
import type { EditorTab } from '../stores/fileEditor.store'; // 导入 EditorTab 类型
|
||||
import type { FileTab } from '../stores/fileEditor.store'; // 导入 FileTab 类型
|
||||
|
||||
defineProps({
|
||||
tabs: {
|
||||
type: Array as PropType<EditorTab[]>,
|
||||
type: Array as PropType<FileTab[]>,
|
||||
required: true,
|
||||
},
|
||||
activeTabId: {
|
||||
|
||||
Reference in New Issue
Block a user