Skip to content

Commit

Permalink
fix(Card): prevent double class
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed May 23, 2022
1 parent 33a3120 commit 06b07e2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/runtime/components/layout/Card.vue
Original file line number Diff line number Diff line change
Expand Up @@ -107,5 +107,8 @@ const cardClass = computed(() => {
</script>

<script lang="ts">
export default { name: 'UCard' }
export default {
name: 'UCard',
inheritAttrs: false
}
</script>

0 comments on commit 06b07e2

Please sign in to comment.