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:
@@ -94,7 +94,7 @@ export default defineComponent({
|
||||
}
|
||||
},
|
||||
setup (props) {
|
||||
const { ui, attrs } = useUI('accordion', props.ui, config, { mergeWrapper: true })
|
||||
const { ui, attrs } = useUI('ui.accordion', props.ui, config, { mergeWrapper: true })
|
||||
|
||||
const uiButton = computed<Partial<typeof configButton>>(() => configButton)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user