Skip to content

Commit 193a4f8

Browse files
committed
docs(recipes): add table of contents
1 parent 1278c6d commit 193a4f8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/guide/recipes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Recipes
22

3+
## Table Of Contents
4+
5+
[[toc]]
6+
37
## Icons
48

59
> Customize your app's launcher and tray icon
@@ -64,7 +68,7 @@ win = new BrowserWindow({
6468
If you get the linting error `'__static' is not defined`, add `/* global __static */` in your background file above your imports.
6569
:::
6670

67-
## Multiple Pages
71+
## Multiple Pages <badge text="v1.1.1+" type="info" />
6872

6973
> Create multiple Electron windows for each [page](https://cli.vuejs.org/config/#pages)
7074

0 commit comments

Comments
 (0)