From 6ad02f1a3362fbf9c79763ec445ffb19574b74e6 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 14:50:59 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- docs/3.api/4.advanced/2.kit.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/3.api/4.advanced/2.kit.md b/docs/3.api/4.advanced/2.kit.md index cf7a1d3280..5adeb72221 100644 --- a/docs/3.api/4.advanced/2.kit.md +++ b/docs/3.api/4.advanced/2.kit.md @@ -25,6 +25,7 @@ async function installModule (moduleToInstall: string | NuxtModule, inlineOption Install specified Nuxt module programmatically. This is helpful when your module depends on other modules. You can pass the module options as an object to `inlineOptions` and they will be passed to the module's `setup` function. #### Examples + ```ts import { defineNuxtModule, installModule } from '@nuxt/kit'