David Duarte
David Duarte
if you define your day counters without the schedule as parameter you will get the values you were expecting. ``` accrualDayCounter = ql.ActualActual(ql.ActualActual.Bond) dayCounter = ql.ActualActual(ql.ActualActual.Bond) ```
This approach seems to work. Instead of having a dispatcher in the options: ` dispatcher: (tree) => { this.$store.dispatch('updateTree', tree) }` One can add the dispatch to the editing:stop event:...
Is vue3 support planned?
I would also like to see an example. would it be possible to share a simple demo?