fix doc typos (#1137)

pull/1141/head
杨奕 2016-11-17 12:24:33 +08:00 committed by cinwell.li
parent 5f496b36e0
commit 98c9cca24c
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ If you are using CDN, a hello-world page is easy with Element. [Online Demo](htt
</el-dialog>
</div>
</body>
<!-- import Vue before Mint UI -->
<!-- import Vue before Element -->
<script src="https://unpkg.com/vue/dist/vue.js"></script>
<!-- import JavaScript -->
<script src="https://unpkg.com/element-ui/lib/index.js"></script>

View File

@ -142,7 +142,7 @@ import ElementUI from 'element-ui'
import 'element-ui/lib/theme-default/index.css'
import App from './App.vue'
Vue.use(MintUI)
Vue.use(ElementUI)
new Vue({
el: '#app',