通过 100 多个技巧学习 Nuxt!

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" />

许可证

MIT