# yuRing 环形组件

TIP

环形组件,可用于展示环形资产动画。

# 效果预览

<template>
  <yu-ring :allAsset="allAsset"></yu-ring>
<template>
<script>
  import yuRing from '@/components/yu-ring/index.vue';
  export default {
    components: {
     yuRing
    },
    data() {
      return: {
        allAsset: '44000'
      }
    },
    methods: {
    },
  }
</script>

# Attributes

参数 说明 类型 可选值 默认值
allAsset 总资产 String - -
Last Updated: 5/15/2024, 4:47:26 PM