mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-27 10:20:42 +01:00
@@ -89,7 +89,7 @@ export default defineComponent({
|
|||||||
default: () => ({})
|
default: () => ({})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
emits: ['update:modelValue'],
|
emits: ['update:modelValue', 'change'],
|
||||||
setup (props, { emit }) {
|
setup (props, { emit }) {
|
||||||
const { ui, attrs } = useUI('toggle', toRef(props, 'ui'), config)
|
const { ui, attrs } = useUI('toggle', toRef(props, 'ui'), config)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user