mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-20 23:11:43 +01:00
fix(Card): prevent double class
This commit is contained in:
@@ -107,5 +107,8 @@ const cardClass = computed(() => {
|
||||
</script>
|
||||
|
||||
<script lang="ts">
|
||||
export default { name: 'UCard' }
|
||||
export default {
|
||||
name: 'UCard',
|
||||
inheritAttrs: false
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user