By default, Vue will use the 'overwrite' strategy for custom options. For vue-timers, this means components with timers will ignore all timers coming from an added mixin. We switch to the 'methods' strategy, which merges the two sets of timers, favoring component keys where they match.
By default, Vue will use the 'overwrite' strategy for custom options. For vue-timers, this means components with timers will ignore all timers coming from an added mixin. We switch to the 'methods' strategy, which merges the two sets of timers, favoring component keys where they match.