fix: 修复倒计时组件 Extraneous non-props attributes 问题
This commit is contained in:
parent
7cf39a0e58
commit
2c0658ce50
@ -1,4 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<div>
|
||||||
<n-countdown
|
<n-countdown
|
||||||
ref="countdownRef"
|
ref="countdownRef"
|
||||||
:duration="totalDuration"
|
:duration="totalDuration"
|
||||||
@ -69,6 +70,7 @@
|
|||||||
/>
|
/>
|
||||||
<div v-if="style === '时分秒'">秒</div>
|
<div v-if="style === '时分秒'">秒</div>
|
||||||
</n-space>
|
</n-space>
|
||||||
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user