Marcos
Marcos
You can override CSS: ```css .v-toaster { right: auto; left: 0; } ```
it's just you override the css, example: ``` .v-toaster .v-toast { background: ; border-color: ; } .v-toaster .v-toast.v-toast-error { background: ; border-color: ; } ```
So it's simpler, it's just you use the method: ``` this.$toaster.add(this.message, {theme: 'your custom class'}); ```
yes, you implement any logic in the update-items event to search items.
thanks, this will be done in the next version