Creation:2026-01-21Last update:2026-01-21
将此文档参考到您的 AI 助手ChatGPTClaudeDeepSeekGoogle AI modeGeminiPerplexityMistralGrok
使用您最喜欢的AI助手总结文档,并引用此页面和AI提供商
版本历史
- "为所有导出统一文档"v8.0.02026/1/21
此页面的内容已使用 AI 翻译。
查看英文原文的最新版本Edit this doc
If you have an idea for improving this documentation, please feel free to contribute by submitting a pull request on GitHub.
GitHub link to the documentationCopy
Copy doc Markdown to clipboard
nuxt-intlayer 包
nuxt-intlayer 包提供一个 Nuxt 模块,用于将 Intlayer 集成到你的 Nuxt 项目中。
安装
bash
复制代码
复制代码到剪贴板
npm install nuxt-intlayer导出
模块
nuxt-intlayer 包提供一个 Nuxt 模块,用于将 Intlayer 集成到你的 Nuxt 项目中。
导入:
tsx
复制代码
复制代码到剪贴板
import "nuxt-intlayer";或将其添加到 nuxt.config.ts:
ts
复制代码
复制代码到剪贴板
export default defineNuxtConfig({ modules: ["nuxt-intlayer"],});显示表格的所有内容
在弹窗中打开表格以清晰地查看所有数据
| Export | Type | Description |
|---|---|---|
default | NuxtModule | 默认导出是用于配置 Intlayer 的 Nuxt 模块。 |