Skip to content

Commit

Permalink
docs: correct electron version
Browse files Browse the repository at this point in the history
  • Loading branch information
ci010 committed Mar 29, 2021
1 parent aeedca7 commit 4c351fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ You can see the document [here](https://ci010.github.io/electron-vue-next/index.

## Features

- Electron 10
- Electron 11
- Follow the [security](https://www.electronjs.org/docs/tutorial/security) guide of electron, make renderer process a browser only environment
- Using [electron-builder](https://github.com/electron-userland/electron-builder) to build
- Empower [vue-next](https://github.com/vuejs/vue-next) and its eco-system
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This repository contains the starter template for using vue-next with the latest

## Features

- Electron 10
- Electron 11
- Follow the [security](https://www.electronjs.org/docs/tutorial/security) guide of electron, make renderer process a browser only environment
- Using [electron-builder](https://github.com/electron-userland/electron-builder) to build
- Empower [vue-next](https://github.com/vuejs/vue-next) and its eco-system
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*希望你在使用这个模板的时候能够逐渐熟悉 rollup 和它的 API* :)
## 特性清单

- Electron 10
- Electron 11
- 遵从 [ 安全性,原生能力和你的责任 ](https://www.electronjs.org/docs/tutorial/security) 这篇文章的指导,将 renderer 进程配置为纯“浏览器环境”(没有 node 环境)
- 使用 [electron-builder](https://github.com/electron-userland/electron-builder) 来构建项目
- 跟随 [vue-next](https://github.com/vuejs/vue-next) 的新生态
Expand Down

0 comments on commit 4c351fb

Please sign in to comment.