docs: [tabs] fix type (#12177)

This commit is contained in:
류한경
2023-03-23 21:43:10 +09:00
committed by GitHub
parent 7773df6b62
commit b0f1be8210

View File

@@ -18,7 +18,7 @@
</template>
<script lang="ts" setup>
import { ref } from 'vue'
import type { TabPaneName } from '@element-plus/components/tabs'
import type { TabPaneName } from 'element-plus'
let tabIndex = 2
const editableTabsValue = ref('2')