Open DyingDown opened 7 months ago
I've encountered an issue with the styling of this plugin.
I imported the css in my App.vue file by import 'vuetify-sonner/style.css'
import 'vuetify-sonner/style.css'
However the output style seems not correct. And this is how I call the function.
toast('Invalid input', { duration: 1000000, cardProps: { color: 'error', prependIcon: 'mdi-alert-circle', }, })
I'm not sure whether the style.css is successfully imported and working, but I found this:
Could you please advise on how I can ensure that the styling from this plugin is correctly applied?
I'm using "vuetify-sonner": "^0.3.14"
Describe the feature
I've encountered an issue with the styling of this plugin.
I imported the css in my App.vue file by
import 'vuetify-sonner/style.css'
However the output style seems not correct. And this is how I call the function.
I'm not sure whether the style.css is successfully imported and working, but I found this:
Could you please advise on how I can ensure that the styling from this plugin is correctly applied?
I'm using "vuetify-sonner": "^0.3.14"