You've already forked AstralRinth
forked from didirus/AstralRinth
292 B
292 B
Number Inputs
<script setup> import { ref } from "vue"; const input = ref(0) </script><script setup>
import { ref } from "vue";
const input = ref(0)
</script>
<input v-model="input" type="number" />