Skip to content

Commit 8b7c5e6

Browse files
committed
docs: fix typo
1 parent 0af55bf commit 8b7c5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/guide/using-vue.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Inside any markdown file you can then directly use the components (names are inf
126126
Make sure a custom component's name either contains a hyphen or is in PascalCase. Otherwise it will be treated as an inline element and wrapped inside a `<p>` tag, which will lead to hydration mismatch because `<p>` does not allow block elements to be placed inside it.
127127
:::
128128

129-
### Using Pre-processors
129+
## Using Pre-processors
130130

131131
VuePress has built-in webpack config for the following pre-processors: `sass`, `scss`, `less`, `stylus` and `pug`. All you need to do is installing the corresponding dependencies. For example, to enable `sass`, install the following in your project:
132132

0 commit comments

Comments
 (0)