fix: dynamic variant
(cherry picked from commit 40370067b20c92f339837745312b0594e7cc5b45)
This commit is contained in:
parent
d32d6e62fb
commit
7b2256123b
@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="flex items-center">
|
||||
<Button
|
||||
variant="solid"
|
||||
:variant="$attrs.variant"
|
||||
class="border-0"
|
||||
:label="activeButton.label"
|
||||
:size="$attrs.size"
|
||||
@ -28,7 +28,7 @@
|
||||
>
|
||||
<template v-slot="{ togglePopover }">
|
||||
<Button
|
||||
variant="solid"
|
||||
:variant="$attrs.variant"
|
||||
@click="togglePopover"
|
||||
icon="chevron-down"
|
||||
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