We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi.
In nuxt.js project I have modules:
[ 'vue-sweetalert2/nuxt', { confirmButtonColor: '#ff0000', cancelButtonColor: '#0000ff', } ]
I want to either use the dark-theme (which i already installed with npm install --save sweetalert2 @sweetalert2/theme-dark
npm install --save sweetalert2 @sweetalert2/theme-dark
or just be able to set the background of the alerts to a custom color. How can I achieve that? It is not clear to me.
Thank you very much
The text was updated successfully, but these errors were encountered:
2341b0b
Hi. Here is a sample solution, added in version 4.2.1
https://github.com/avil13/vue-sweetalert2#using-a-different-theme-in-nuxt
Sorry, something went wrong.
Thanks!! you're great!
No branches or pull requests
👋 Good day
Hi.
In nuxt.js project I have
modules:
I want to either use the dark-theme (which i already installed with
npm install --save sweetalert2 @sweetalert2/theme-dark
or just be able to set the background of the alerts to a custom color.
How can I achieve that? It is not clear to me.
Thank you very much
The text was updated successfully, but these errors were encountered: