From ddcec3d10d3d853946b3ea3cd3b515c5fc30ded2 Mon Sep 17 00:00:00 2001 From: olivewind Date: Fri, 12 Oct 2018 16:04:03 +0800 Subject: [PATCH] docs(*): fix some docs error --- examples/plugins/i18n/en.js | 2 +- examples/utils/index.js | 2 +- examples/view/demos/dialog/demo-1.vue | 2 +- .../view/page/components/dialog/index.vue | 2 +- examples/view/page/index/index.vue | 135 +----------------- 5 files changed, 8 insertions(+), 135 deletions(-) diff --git a/examples/plugins/i18n/en.js b/examples/plugins/i18n/en.js index d3e1b4b60..355ae9221 100644 --- a/examples/plugins/i18n/en.js +++ b/examples/plugins/i18n/en.js @@ -50,7 +50,7 @@ export default { show_more: 'Load More...', index: { desc: 'A high quality component library built on Vue.js', - cr: 'Build and Maintained Open‑Source by {company}', + cr: 'Build and Maintained by {company}', }, installationPage: { use_npm: 'Using npm', diff --git a/examples/utils/index.js b/examples/utils/index.js index 83ff8a236..3e33b6e99 100644 --- a/examples/utils/index.js +++ b/examples/utils/index.js @@ -1,7 +1,7 @@ const LangKey = 'DaoStyleLang'; function getLang() { - return localStorage.getItem(LangKey) || 'zh'; + return localStorage.getItem(LangKey) || 'en'; } function setLang(lang) { diff --git a/examples/view/demos/dialog/demo-1.vue b/examples/view/demos/dialog/demo-1.vue index 31c14548e..a755b4aa7 100644 --- a/examples/view/demos/dialog/demo-1.vue +++ b/examples/view/demos/dialog/demo-1.vue @@ -1,7 +1,7 @@ - +