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
nuxt3-interpolation as devDependenciesnuxt3-interpolation to buildModules section of nuxt.config.ts{
buildModules: [
// Fix: exports is not defined in ES module scope
'~/node_modules/nuxt3-interpolation/index.cjs'
]
}
<div v-interpolation v-html="html" />