Fix invalid link (#12667)

Current link is https://element.eleme.io/nuxtjs.org instead of https://nuxtjs.org/.
pull/12677/head
adursun 2018-09-08 12:50:00 +03:00 committed by baiyaaaaa
parent 64bb5f87e1
commit b8cdecebf7
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ Now you have implemented Vue and Element to your project, and it's time to write
### Use Nuxt.js
We can also start a project using [Nuxt.js](nuxtjs.org):
We can also start a project using [Nuxt.js](https://nuxtjs.org/):
<div class="glitch-embed-wrap" style="height: 420px; width: 100%;">
<iframe src="https://glitch.com/embed/#!/embed/nuxt-with-element?path=nuxt.config.js&previewSize=0&attributionHidden=true" alt="nuxt-with-element on glitch" style="height: 100%; width: 100%; border: 0;"></iframe>