图层

此示例展示了如何在 `nuxt.config.ts` 中使用 extends 键。

此示例展示了如何在 nuxt.config.ts 中使用 extends 键,将 base/ 目录用作基础 Nuxt 应用,并使用其组件、可组合项或配置,并在必要时覆盖它们。

¥This example shows how to use the extends key in nuxt.config.ts to use the base/ directory as a base Nuxt application, and use its components, composables or config and override them if necessary.

Read more in Docs > Getting Started > Layers.
Loading Sandbox...