Nuxt.js module as directive for binding every link to catch the click event, and if it's a relative link router will push. For improved security
rel="noopener"
will be added automatically if target is_blank
⚠️ For Nuxt 3, see here
npm install nuxt-interpolation
# or
yarn add nuxt-interpolation
{
modules: [
'nuxt-interpolation',
]
}
<div v-html="content" v-interpolation></div>