Files
element/examples/docs/en-US/home.md
杨奕 4ccb8ea9ae Merge i18n to master (#972)
* init i18n

* update router

* finish router

* Review: message/messageBox/notification

* Tag: update doc

* Review: pagination/popover/progress

* i18n: sync with master
2016-11-10 21:46:55 +08:00

185 B

Components Document

<script> import { addClass } from 'examples/dom/class.js'; module.exports = { ready() { addClass(this.$el.parentNode, 'no-toc') } } </script>