Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
rexleimo opened this issue Jun 28, 2017 · 3 comments
Closed

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

rexleimo opened this issue Jun 28, 2017 · 3 comments
Assignees
Labels

Comments

@rexleimo
Copy link

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

@Gala-1024
Copy link
Owner

Gala-1024 commented Jul 11, 2017

谢谢提出。看到了。确实有这个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 Gala-1024 added the bug label Jul 11, 2017
@Gala-1024 Gala-1024 assigned Gala-1024 and unassigned Gala-1024 Jul 11, 2017
@Gala-1024
Copy link
Owner

已解决
e916f9c

@rexleimo
Copy link
Author

rexleimo commented Jul 14, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants