nuxt3-插值
nuxt3-插值
nuxt3-插值
Nuxt.js 模块,作为指令用于绑定每个链接以捕获点击事件,如果它是相对链接,路由器将进行跳转。为了提高安全性,如果目标是
_blank
,将自动添加rel="noopener"
。
安装
- 添加
nuxt3-interpolation
作为开发依赖项 - 将
nuxt3-interpolation
添加到nuxt.config.ts
的 buildModules 部分
{
buildModules: [
// Fix: exports is not defined in ES module scope
'~/node_modules/nuxt3-interpolation/index.cjs'
]
}
用法
<div v-interpolation v-html="html" />