Closed berkecyln closed 6 months ago
Hi @berkecyln,
Watching the real time only takes :watch-real-time="true"
. Your attempts in CSS will never work and are not valid CSS.
The watch-real-time prop only keeps the current time marker accurate over time. It's an option to have it or not because having a timer to keep sync is an expensive process.
https://antoniandre.github.io/vue-cal/#ex--today-current-time
Hello, it might be a silly question however I cannot solve how can use watchRealTime in my project I have the vueCal component used by another page and ı want to use watchRealTime but ı can't figure out how ı should use it I tried several things but nothing is worked and ı can't find any usage example in API document. Can anyone please explain to me? I tried these:
none of the three worked, Thank you for your help.