Changelog: update for 2.0.0-alpha.1 (#7303)

* minor updates & fixes

* Changelog: update for 2.0.0-alpha.1

* update zh installation doc

* update demo block scroll
This commit is contained in:
杨奕
2017-09-30 02:57:08 -05:00
committed by Black Wayne
parent bf76a7d941
commit e089516e36
12 changed files with 264 additions and 17 deletions

View File

@@ -2,7 +2,7 @@
<footer class="footer">
<div class="container">
<div class="footer-main">
<p class="footer-main-title">Element {{ version }} Boron</p>
<p class="footer-main-title">Element {{ version && version.slice(0, 3) }} Carbon</p>
<a href="https://github.com/ElemeFE/element/issues" class="footer-main-link" target="_blank">{{ langConfig.feedback }}</a>
<a :href="`https://github.com/ElemeFE/element/blob/master/.github/CONTRIBUTING.${ lang }.md`" class="footer-main-link" target="_blank">{{ langConfig.contribution }}</a>
<a :href="`https://eleme.github.io/element-react/#/${ lang }/quick-start`" class="footer-main-link" target="_blank">Element-React</a>