Skip to content
On this page

基于 echarts 的速度仪表盘


显示代码
html
<hu-speed :v="v" style="background: #000" />
<script setup>
  import { ref } from 'vue'
  const v = ref(140)
</script>

Attributes

参数说明类型默认值
v当前值number0
max刻度最大值number160

Released under the MIT License.