mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 18:30:35 +01:00
chore: use get in useUI
This commit is contained in:
@@ -42,7 +42,7 @@ export default defineComponent({
|
||||
}
|
||||
},
|
||||
setup (props) {
|
||||
const { ui, attrs, attrsClass } = useUI('card', props.ui, config)
|
||||
const { ui, attrs, attrsClass } = useUI('ui.card', props.ui, config)
|
||||
|
||||
const cardClass = computed(() => {
|
||||
return twMerge(twJoin(
|
||||
|
||||
Reference in New Issue
Block a user