fix doc typos

pull/1207/head
Leopoldthecoder 2016-11-16 20:06:02 +08:00
parent e84a50700b
commit d4aa5197af
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> </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>

View File

@ -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',