From 1d2f756a702ff8322d57f2c39be708b82430a500 Mon Sep 17 00:00:00 2001 From: Andrey Yolkin Date: Fri, 4 Aug 2023 17:35:57 +0300 Subject: [PATCH] fix(docs): render `addComponent` heading as h3 --- docs/3.api/4.advanced/2.kit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3.api/4.advanced/2.kit.md b/docs/3.api/4.advanced/2.kit.md index 10e00b8e68..a3c5fd10e4 100644 --- a/docs/3.api/4.advanced/2.kit.md +++ b/docs/3.api/4.advanced/2.kit.md @@ -859,7 +859,7 @@ An object with the following properties: Transpile specified path using build.transpile. If set to `'auto'`, it will set `transpile: true` if `node_modules/` is in path. -## `addComponent` +### `addComponent` Register a component to be automatically imported.