vue2-flip-countdown
vue2-flip-countdown copied to clipboard
Error in created hook: "Error: Missing props 'deadline'"
When i bind the deadline prop and assign it a value from data, it gives the error -> Error in created hook: "Error: Missing props 'deadline'".. How do i fix this
@Ochieng424 Sorry for late response. Can you show some of your codes related to that problem? Thank you!
Take a look at https://github.com/philipjkim/vue2-flip-countdown/issues/25#issuecomment-691105157
Please check it :)
use Vue.nextTick , it is about rendering.
https://github.com/philipjkim/vue2-flip-countdown/issues/25#issuecomment-971747503