1
0
Files
AstralRinth/libs/omorphia/docs/components/toggle.md

283 B

Toggle

<script setup> import { ref } from "vue"; const value = ref(true) </script>
<script setup>
import { ref } from "vue"; 

const value = ref(true)
</script>

<Toggle v-model="value" />