Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Commit

Permalink
fix(skeleton): should return a11y attributes when loading
Browse files Browse the repository at this point in the history
  • Loading branch information
b2nil committed Dec 24, 2020
1 parent 7c48621 commit 25e980a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/skeleton/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const AtSkeleton = defineComponent({
})

const _attrs = computed(() => {
if (isLoading.value) return attrs
if (!isLoading.value) return attrs

return !props.boilerplate
? {
Expand Down

0 comments on commit 25e980a

Please sign in to comment.