mirror of
https://github.com/bufanyun/hotgo.git
synced 2026-02-15 02:44:29 +08:00
发布v2.17.8版本,更新内容请查看:https://github.com/bufanyun/hotgo/blob/v2.0/docs/guide-zh-CN/start-update-log.md
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
<template>
|
||||
<span :style="{ color }">
|
||||
<span :style="{ color }" v-if="endVal > 0">
|
||||
{{ value }}
|
||||
</span>
|
||||
<span :style="{ color }" v-else> 0 </span>
|
||||
</template>
|
||||
<script lang="ts">
|
||||
import { defineComponent, ref, computed, watchEffect, unref, onMounted, watch } from 'vue';
|
||||
|
||||
Reference in New Issue
Block a user