Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
zazzaz authored and HerringtonDarkholme committed Sep 16, 2020
1 parent bf71fda commit ab8cf89
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions website/docs/en-US/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ Get the latest version from [unpkg.com/element-plus](https://unpkg.com/element-p
```

:::tip
We recommend our users to lock Element's version when using CDN. Please refer to [unpkg.com](https://unpkg.com) for more information.
We recommend our users to lock Element Plus's version when using CDN. Please refer to [unpkg.com](https://unpkg.com) for more information.
:::

### Hello world

If you are using CDN, a hello-world page is easy with Element. [Online Demo](https://codepen.io/ziyoung/pen/rRKYpd)
If you are using CDN, a hello-world page is easy with Element Plus. [Online Demo](https://codepen.io/ziyoung/pen/rRKYpd)

<iframe height="265" style="width: 100%;" scrolling="no" title="Element demo" src="//codepen.io/ziyoung/embed/rRKYpd/?height=265&theme-id=light&default-tab=html" frameborder="no" allowtransparency="true" allowfullscreen="true">
See the Pen <a href='https://codepen.io/ziyoung/pen/rRKYpd/'>Element demo</a> by hetech
Expand Down
4 changes: 2 additions & 2 deletions website/docs/es/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ Obtenga la última versión desde [unpkg.com/element-plus](https://unpkg.com/ele
```

##Tip
Recomendamos a nuestros usuarios congelar la versión de Elemet cuando usas un CDN. Por favor, refiérase a [unpkg.com](https://unpkg.com) para más información.
Recomendamos a nuestros usuarios congelar la versión de Element Plus cuando usas un CDN. Por favor, refiérase a [unpkg.com](https://unpkg.com) para más información.

### Hello world

Si esta usando un CDN, una página con Hello-World es fácil con Element. [Online Demo](https://codepen.io/ziyoung/pen/rRKYpd)
Si esta usando un CDN, una página con Hello-World es fácil con Element Plus. [Online Demo](https://codepen.io/ziyoung/pen/rRKYpd)

<iframe height="265" style="width: 100%;" scrolling="no" title="Element demo" src="//codepen.io/ziyoung/embed/rRKYpd/?height=265&theme-id=light&default-tab=html,result" frameborder="no" allowtransparency="true" allowfullscreen="true">
See the Pen <a href='https://codepen.io/ziyoung/pen/rRKYpd/'>Element demo</a> by hetech
Expand Down
6 changes: 3 additions & 3 deletions website/docs/fr-FR/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### NPM

Installer Element via npm est recommandé, il fonctionne parfaitement avec [webpack](https://webpack.js.org/).
Installer Element Plus via npm est recommandé, il fonctionne parfaitement avec [webpack](https://webpack.js.org/).

```shell
npm install element-plus --save
Expand All @@ -20,12 +20,12 @@ Obtenez la dernière version via [unpkg.com/element-plus](https://unpkg.com/elem
```

:::tip
Il est recommandé de fixer la version d'Element lors de l'utilisation du CDN. Référez-vous à [unpkg.com](https://unpkg.com) pour plus d'informations.
Il est recommandé de fixer la version d'Element Plus lors de l'utilisation du CDN. Référez-vous à [unpkg.com](https://unpkg.com) pour plus d'informations.
:::

### Hello world

Si vous utilisez un CDN, une page hello-world peut être obtenue facilement avec Element ([démo en ligne](https://codepen.io/ziyoung/pen/rRKYpd)).
Si vous utilisez un CDN, une page hello-world peut être obtenue facilement avec Element Plus ([démo en ligne](https://codepen.io/ziyoung/pen/rRKYpd)).

<iframe height="265" style="width: 100%;" scrolling="no" title="Element demo" src="//codepen.io/ziyoung/embed/rRKYpd/?height=265&theme-id=light&default-tab=html" frameborder="no" allowtransparency="true" allowfullscreen="true">
See the Pen <a href='https://codepen.io/ziyoung/pen/rRKYpd/'>Element demo</a> by hetech
Expand Down
2 changes: 1 addition & 1 deletion website/docs/zh-CN/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ npm install element-plus --save
```

:::tip
我们建议使用 CDN 引入 Element 的用户在链接地址上锁定版本,以免将来 Element Plus 升级时受到非兼容性更新的影响。锁定版本的方法请查看 [unpkg.com](https://unpkg.com)
我们建议使用 CDN 引入 Element Plus 的用户在链接地址上锁定版本,以免将来 Element Plus 升级时受到非兼容性更新的影响。锁定版本的方法请查看 [unpkg.com](https://unpkg.com)
:::

### Hello world
Expand Down

0 comments on commit ab8cf89

Please sign in to comment.