Skip to content

Commit 1278c6d

Browse files
committed
docs(guide): fix minimum version badge label
1 parent 5624446 commit 1278c6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebarDepth: 2
88

99
[[toc]]
1010

11-
## Native Modules <Badge text="1.0.0-rc.1+" type="warn"/>
11+
## Native Modules <Badge text="1.0.0-rc.1+" type="info"/>
1212

1313
Native modules are supported and should work without any configuration. If you get errors, first make sure VCP-Electron-Builder's version is set to `1.0.0-rc.1` or greater. If it still fails, re-invoke the generator with `vue invoke electron-builder`. The generator will automatically detect missing code (such as native module support) and add it, without interfering with the rest. If you have done both these things, you may need to set the native dependency as an [webpack external](https://webpack.js.org/configuration/externals/). It should get found automatically, but it might not. To do this, use the `externals` option:
1414

0 commit comments

Comments
 (0)