🚧 NOTICE: You are watching a Vue.js 2 lesson
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.