frck006
frck006
types/index.d.t contains: `export type ToastIconPack = 'material' | 'fontawesome' | 'custom-class' | 'callback'` I think it should be `export type ToastIconPack = 'material' | 'fontawesome' | 'mdi' | 'custom-class' |...
types/index.d.t contains: `export type ToastTheme = 'primary' | 'outline' | 'bubble'` I think it should be `export type ToastTheme = 'toasted-primary' | 'outline' | 'bubble'`
Hi, I think there is a problème with "ghostClass" - "chosenClass", "ghost" doesn't apply. I use your "simple.vue" example and add 3 styles: ``` .ghost { opacity: 0.5; background: red;...
Hi, I wonder If you have an example about how to mock "$t" in the template of a component ? Example: ``` ``` I use Vitest.dev to run unit test....
I don't see how to set "components" ?
Hi, When I add this package, the linter indicates a problem on "export": " Parsing error: Using the export keyword between a decorator and a class is not allowed. Please...