Skip to content

Commit

Permalink
fix: The tab supports editing the title and name
Browse files Browse the repository at this point in the history
  • Loading branch information
xuanlid committed Feb 27, 2025
1 parent 2f3ca6a commit 5fc980a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<template>
<div>
<div v-if="componentName === 'TinyTabs'" class="tabs-header">
<div>页签名</div>
<div class="tabs-header-id">页签ID</div>
<div>页签标题</div>
<div class="tabs-header-id">页签值</div>
</div>
<meta-list-items class="list" :optionsList="children" @dragEnd="dragEnd">
<template #content="{ data }">
Expand Down

0 comments on commit 5fc980a

Please sign in to comment.