We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1278c6d commit 193a4f8Copy full SHA for 193a4f8
docs/guide/recipes.md
@@ -1,5 +1,9 @@
1
# Recipes
2
3
+## Table Of Contents
4
+
5
+[[toc]]
6
7
## Icons
8
9
> Customize your app's launcher and tray icon
@@ -64,7 +68,7 @@ win = new BrowserWindow({
64
68
If you get the linting error `'__static' is not defined`, add `/* global __static */` in your background file above your imports.
65
69
:::
66
70
67
-## Multiple Pages
71
+## Multiple Pages <badge text="v1.1.1+" type="info" />
72
73
> Create multiple Electron windows for each [page](https://cli.vuejs.org/config/#pages)
74
0 commit comments