Closed rexleimo closed 7 years ago
谢谢提出。看到了。确实有这个bug。 默认值失效了 使用插件的时候可以先这样解决
<count-down v-on:start_callback="countDownS_cb(1)" v-on:end_callback="countDownE_cb(1)" :currentTime="1481450106" :startTime="1481450110" :endTime="1481450115" :tipText="'距离开始文字1'" :tipTextEnd="'距离结束文字1'" :endText="'结束自定义文字2'" :dayTxt="'天'" :hourTxt="'小时'" :minutesTxt="'分钟'" :secondsTxt="'秒'"></count-down>
感谢 感谢
发自网易邮箱大师
在2017年07月11日 19:23,小鱼notifications@github.com 写道:
已解决 e916f9c
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
import {quillEditor} from 'vue-quill-editor' import CountDown from 'vue2-countdown'