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