Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit adc953d

Browse files
committed
refactor: reset and removed untracked files
1 parent 5fe7fad commit adc953d

File tree

7 files changed

+7
-6538
lines changed

7 files changed

+7
-6538
lines changed

packages/c-button/src/button.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,9 @@ const CButton = defineComponent({
118118
label: 'button',
119119
}),
120120
{
121-
disabled: props.isDisabled || props.isLoading,
121+
...((props.isDisabled || props.isLoading) && {
122+
disabled: props.isDisabled || props.isLoading,
123+
}),
122124
type: props.as === 'button' ? undefined : props.type,
123125
dataActive: dataAttr(props.isActive),
124126
dataLoading: dataAttr(props.isLoading),

website/.vite-ssg-temp/assets/style.b3bce579.css

Lines changed: 0 additions & 279 deletions
This file was deleted.

website/.vite-ssg-temp/chakra-ui-logo.svg

Lines changed: 0 additions & 31 deletions
This file was deleted.

website/.vite-ssg-temp/favicon.ico

-4.19 KB
Binary file not shown.
-35.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)