Corentin Marzin

Results 5 comments of Corentin Marzin

I have found a workaround for the moment, you can do this `this.$refs.periodDatatable.$children[0].toggleRowSelection(this.data[1])` Selected the first children of the data-table-server because its a wrapper around `el-table` from element ui, and...

It's ok no problem I will try to implement it myself and then I will a PR, thanks for your libs it has helped me quite a lot this year...

I have made a PR for fixing the dismiss function, and a test example to show how the dismiss work. You can check here https://github.com/xiaoluoboding/vue-sonner/pull/91 Maybe you can close the...

Hey @xiaoluoboding, when do you think you can make a new release with the fix ?

A workaround for this "bug" is to wrap the creation of the toast in a setTimeOut, even with 0ms it fix the bug. Here a reproduction of the unstack bug...