kazupon/vue-i18n

Docs idea: Make HTML binding with v-html less prevalent

Offen

#594 geöffnet am 06.06.2019

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (837 Forks)batch import
good first issuehelp wanted

Repository-Metriken

Stars
 (7.222 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Being a newer user to vue-i18n, I accidentally was using the unsafe v-html binding solution after reading the docs on HTML Formatting. Going back through the docs, I now noticed the big warning at the top suggesting using component interpolation.

What do you think about showing an example of component interpolation under the HTML formatting section (https://kazupon.github.io/vue-i18n/guide/formatting.html#html-formatting) and de-emphasizing the v-html binding option, calling it out as an unsafe solution again before the example?

I think my eyes usually jump right to code examples and I skipped right over the big warning blocks that suggest component interpolation.

I'm happy to create a PR to improve the docs, but wanted feedback on the idea before I took the time to put together a PR.

Contributor Guide