Commit d4aa5197 authored by Leopoldthecoder's avatar Leopoldthecoder

fix doc typos

parent e84a5070
...@@ -36,7 +36,7 @@ If you are using CDN, a hello-world page is easy with Element. [Online Demo](htt ...@@ -36,7 +36,7 @@ If you are using CDN, a hello-world page is easy with Element. [Online Demo](htt
</el-dialog> </el-dialog>
</div> </div>
</body> </body>
<!-- import Vue before Mint UI --> <!-- import Vue before Element -->
<script src="https://unpkg.com/vue/dist/vue.js"></script> <script src="https://unpkg.com/vue/dist/vue.js"></script>
<!-- import JavaScript --> <!-- import JavaScript -->
<script src="https://unpkg.com/element-ui/lib/index.js"></script> <script src="https://unpkg.com/element-ui/lib/index.js"></script>
......
...@@ -142,7 +142,7 @@ import ElementUI from 'element-ui' ...@@ -142,7 +142,7 @@ import ElementUI from 'element-ui'
import 'element-ui/lib/theme-default/index.css' import 'element-ui/lib/theme-default/index.css'
import App from './App.vue' import App from './App.vue'
Vue.use(MintUI) Vue.use(ElementUI)
new Vue({ new Vue({
el: '#app', 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