LINK
Introduction
Usage
Example
tos_name: `Terms of Service`,
tos_message: `Visit our { LINK(tos_name, :url) }`$translate('tos_message', { url: 'foo.html' });
<div v-i18n="{ url: 'foo.html' }">tos_message</div>Visit our <a href="foo.html">Terms of Service</a>
<div>Visit our <a href="foo.html">Terms of Service</a></div>Last updated