fix: checked on every tabs
This commit is contained in:
@@ -40,7 +40,6 @@ onMounted(() => {
|
||||
name="app_tabs"
|
||||
class="tab"
|
||||
:aria-label="$t('tab.input')"
|
||||
checked
|
||||
/>
|
||||
<div
|
||||
class="tab-content bg-base-100 border-base-300 shadow-2xl p-6 overflow-hidden"
|
||||
@@ -53,7 +52,6 @@ onMounted(() => {
|
||||
name="app_tabs"
|
||||
class="tab"
|
||||
:aria-label="$t('tab.history')"
|
||||
checked
|
||||
/>
|
||||
<div
|
||||
class="tab-content bg-base-100 border-base-300 shadow-2xl p-6 overflow-x-hidden overflow-y-scroll max-h-96"
|
||||
|
||||
Reference in New Issue
Block a user