mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-02-01 04:37:57 +01:00
@@ -50,9 +50,9 @@ export default defineComponent({
|
|||||||
vProps.size = props.size
|
vProps.size = props.size
|
||||||
}
|
}
|
||||||
|
|
||||||
vProps.class = node.props.class || ''
|
vProps.class = node.props?.class || ''
|
||||||
vProps.class += ' !shadow-none'
|
vProps.class += ' !shadow-none'
|
||||||
vProps.ui = node.props.ui || {}
|
vProps.ui = node.props?.ui || {}
|
||||||
vProps.ui.rounded = ''
|
vProps.ui.rounded = ''
|
||||||
|
|
||||||
if (index === 0) {
|
if (index === 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user