2👍
Pass it the propsData
in the options:
const instance = new Countdown({
propsData: { hours: 2 }
});
- [Vuejs]-How to catch Google Map Event with listener in vue.js
- [Vuejs]-Occurs dead loop in router.beforeEach in vue, vue-router
Source:stackexchange.com