mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 11:17:46 +08:00
docs: [tabs] fix type (#12177)
This commit is contained in:
parent
7773df6b62
commit
b0f1be8210
@ -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')
|
||||
|
Loading…
Reference in New Issue
Block a user