mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
chore(Container): update
This commit is contained in:
@@ -15,8 +15,7 @@ export interface ContainerProps {
|
||||
defineOptions({ inheritAttrs: false })
|
||||
|
||||
const props = withDefaults(defineProps<ContainerProps>(), {
|
||||
as: 'div',
|
||||
class: undefined
|
||||
as: 'div'
|
||||
})
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user