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