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