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

This commit is contained in:
tnt group 2022-10-02 23:06:23 +08:00
parent e1ec5d15ee
commit ad6614e338

View File

@ -1,4 +1,5 @@
<template>
<div>
<n-countdown
ref="countdownRef"
:duration="totalDuration"
@ -69,6 +70,7 @@
/>
<div v-if="style === '时分秒'"></div>
</n-space>
</div>
</template>
<script setup lang="ts">