mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-30 11:47:55 +01:00
Merge remote-tracking branch 'origin/v3' into feat/init-blog
This commit is contained in:
@@ -20,7 +20,7 @@ watch(framework, () => {
|
|||||||
color="neutral"
|
color="neutral"
|
||||||
:ui="{
|
:ui="{
|
||||||
indicator: 'bg-default',
|
indicator: 'bg-default',
|
||||||
trigger: 'px-1 data-[state=active]:text-highlighted'
|
trigger: 'px-1 data-[state=active]:text-highlighted w-full'
|
||||||
}"
|
}"
|
||||||
size="xs"
|
size="xs"
|
||||||
@update:model-value="(framework = $event as string)"
|
@update:model-value="(framework = $event as string)"
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ watch(module, () => {
|
|||||||
color="neutral"
|
color="neutral"
|
||||||
:ui="{
|
:ui="{
|
||||||
indicator: 'bg-default',
|
indicator: 'bg-default',
|
||||||
trigger: 'px-1 data-[state=active]:text-highlighted'
|
trigger: 'px-1 data-[state=active]:text-highlighted w-full'
|
||||||
}"
|
}"
|
||||||
size="xs"
|
size="xs"
|
||||||
@update:model-value="(module = $event as string)"
|
@update:model-value="(module = $event as string)"
|
||||||
|
|||||||
Reference in New Issue
Block a user