chore(Container): update

This commit is contained in:
Benjamin Canac
2024-03-09 16:34:46 +01:00
parent bcde20ce3e
commit 6edc0cf27b

View File

@@ -15,8 +15,7 @@ export interface ContainerProps {
defineOptions({ inheritAttrs: false })
const props = withDefaults(defineProps<ContainerProps>(), {
as: 'div',
class: undefined
as: 'div'
})
</script>