mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 00:55:25 +00:00
283 B
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" />