fix: dynamic variant
(cherry picked from commit 40370067b20c92f339837745312b0594e7cc5b45)
This commit is contained in:
parent
d32d6e62fb
commit
7b2256123b
@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<Button
|
<Button
|
||||||
variant="solid"
|
:variant="$attrs.variant"
|
||||||
class="border-0"
|
class="border-0"
|
||||||
:label="activeButton.label"
|
:label="activeButton.label"
|
||||||
:size="$attrs.size"
|
:size="$attrs.size"
|
||||||
@ -28,7 +28,7 @@
|
|||||||
>
|
>
|
||||||
<template v-slot="{ togglePopover }">
|
<template v-slot="{ togglePopover }">
|
||||||
<Button
|
<Button
|
||||||
variant="solid"
|
:variant="$attrs.variant"
|
||||||
@click="togglePopover"
|
@click="togglePopover"
|
||||||
icon="chevron-down"
|
icon="chevron-down"
|
||||||
class="!w-6 justify-start rounded-bl-none rounded-tl-none border-0 pr-0 text-xs"
|
class="!w-6 justify-start rounded-bl-none rounded-tl-none border-0 pr-0 text-xs"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user