Skip to content

Commit

Permalink
Revert "fix(components): [radio] fix typo (#8556)"
Browse files Browse the repository at this point in the history
This reverts commit b922b9e.
  • Loading branch information
chenxch committed Jul 6, 2022
1 parent efbc4fe commit ec34126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/components/radio/src/radio.vue
Expand Up @@ -10,7 +10,7 @@
rawAttrs.class,
]"
:style="containerStyle"
v-bind="labelListeners"
v-bind="labelListieners"
>
<span
:class="[
Expand Down Expand Up @@ -61,7 +61,7 @@ const containerStyle = computed<StyleValue>(() => rawAttrs.style as StyleValue)
const inputAttrs = useAttrs({ excludeListeners: true })
const labelListeners = useAttrs({
const labelListieners = useAttrs({
excludeKeys: computed<string[]>(() => {
return Object.keys(inputAttrs.value)
}),
Expand Down

0 comments on commit ec34126

Please sign in to comment.