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
When I do
this.$dialog.alert(`One two three`);
obviously are displayed in one line in the alert :/ Using html entities (like <p>) to introduce new lines won't work either, because they're encoded.
<p>
Is there any way to add white-space: pre-wrap to the dialog?
white-space: pre-wrap
The text was updated successfully, but these errors were encountered:
I am looking for this too. Needs option to have the message be a v-html="rawHtml"
This fork seems to have the needed feature https://github.com/akhoury/v-slim-dialog
-Edit Tried it, works perfect.
Sorry, something went wrong.
v-html="rawHtml" how can i use this.
No branches or pull requests
When I do
obviously are displayed in one line in the alert :/ Using html entities (like
<p>
) to introduce new lines won't work either, because they're encoded.Is there any way to add
white-space: pre-wrap
to the dialog?The text was updated successfully, but these errors were encountered: