diff --git a/examples/docs/en-US/installation.md b/examples/docs/en-US/installation.md index a1700a0e4..8ad49c029 100644 --- a/examples/docs/en-US/installation.md +++ b/examples/docs/en-US/installation.md @@ -36,7 +36,7 @@ If you are using CDN, a hello-world page is easy with Element. [Online Demo](htt - + diff --git a/examples/docs/en-US/quickstart.md b/examples/docs/en-US/quickstart.md index dd29c1c80..405c2860a 100644 --- a/examples/docs/en-US/quickstart.md +++ b/examples/docs/en-US/quickstart.md @@ -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',