From 98c9cca24cf2cad8e2d75678a2237f71ebfa056a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=A5=95?= Date: Thu, 17 Nov 2016 12:24:33 +0800 Subject: [PATCH] fix doc typos (#1137) --- examples/docs/en-US/installation.md | 2 +- examples/docs/en-US/quickstart.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',