We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cf5d79 commit 9e78b4aCopy full SHA for 9e78b4a
components/tag/CheckableTag.tsx
@@ -44,7 +44,7 @@ const CheckableTag = defineComponent({
44
45
return () => {
46
return wrapSSR(
47
- <span {...attrs} class={cls.value} onClick={handleClick}>
+ <span {...attrs} class={[cls.value, attrs.class]} onClick={handleClick}>
48
{slots.default?.()}
49
</span>,
50
);
0 commit comments