Courses

Internationalization with vue-i18n - Variables & Formatting - Component Interpolation (Working with links)

In this lesson, we'll learn how to best work with sentences that include links.

So we can easily translate paragraphs like this:

<p>I accept <a href="/term">Terms of Service Agreement</a></p>

This is technique is called Component interpolation.