Gala-1024 / vue2-countdown

基于vue2.0的活动倒计时组件
https://cgygd.github.io/vue2-countdown/example/index.html
MIT License
155 stars 59 forks source link

在vue组件里写 没有文字bug #1

Closed rexleimo closed 7 years ago

rexleimo commented 7 years ago

import {quillEditor} from 'vue-quill-editor' import CountDown from 'vue2-countdown'

Gala-1024 commented 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>

Gala-1024 commented 7 years ago

已解决 https://github.com/cgygd/vue2-countdown/commit/e916f9cd89cb39230136002c97abdf6c0f823ccf

rexleimo commented 7 years ago

感谢 感谢

发自网易邮箱大师

在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.