Commit 98c9cca2 authored by 杨奕's avatar 杨奕 Committed by cinwell.li

fix doc typos (#1137)

parent 5f496b36
......@@ -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>
......
......@@ -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',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment