Use case is when list length changes after mount.
i.e. remain
and bench
are updated.
Fixed this locally by setting watchers for remain
and bench
properties, and then executing the delta initialization that's done in beforeMount
p.s. thanks for the great component, it's a real life saver.