Appearance
<hu-speed :v="v" style="background: #000" /> <script setup> import { ref } from 'vue' const v = ref(140) </script>
Attributes