Update Switch.vue

This commit is contained in:
Land 2025-11-02 11:26:36 +05:30 committed by GitHub
parent 0e0e6e2dd1
commit 3725bb5694
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,7 +2,7 @@
import { Switch } from '@headlessui/vue'
import { ref } from 'vue'
const enabled = ref(false)
const enabled = defineModel({ default: false })
</script>
<template>