mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-21 15:31:46 +01:00
chore(module): lint
This commit is contained in:
@@ -51,7 +51,7 @@ const ui = computed(() => tv({ extend: switchTv, slots: props.ui })({
|
||||
// FIXME: I think there's a race condition between this and the v-model event.
|
||||
// This must be triggered after the value updates, otherwise the form validates
|
||||
// the previous value.
|
||||
async function onChecked () {
|
||||
async function onChecked() {
|
||||
emitFormChange()
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user