Pass porps to your custom compoonent.
expandCustomProps
default is false.
expandCustomProps
: true
- enable globally
ts
app.use(
Vue3Toasity,
{
expandCustomProps: true, // default is false
} as ToastContainerOptions,
);
expandCustomProps
: false