How to position toast with custom component? #304
Answered
by
pokhrelashok
pokhrelashok
asked this question in
Q&A
-
I have created a custom component to display the toast. When I use the component the, the this.$toast({
component: ToastificationContent,
position,
props: {
title: 'Success',
icon: 'CoffeeIcon',
variant: 'success',
text: `${success.data.message}`,
position,
},
}) |
Beta Was this translation helpful? Give feedback.
Answered by
pokhrelashok
Dec 20, 2021
Replies: 1 comment
-
Got it, need to pass the position in a seperate object |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pokhrelashok
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got it, need to pass the position in a seperate object