fix: 修复倒计时组件 Extraneous non-props attributes 问题

This commit is contained in:
tnt group 2022-10-02 23:06:23 +08:00
parent 7cf39a0e58
commit 2c0658ce50

View File

@ -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">