Share
@@ -134,10 +134,7 @@ export default {
{ title: '登录权限篇', href: 'https://juejin.im/post/591aa14f570c35006961acac' },
{ title: '实战篇', href: 'https://juejin.im/post/593121aa0ce4630057f70d35' },
{ title: 'vue-admin-template 篇', href: 'https://juejin.im/post/595b4d776fb9a06bbe7dba56' },
- { title: '自行封装 component', href: 'https://segmentfault.com/a/1190000009090836' },
- { title: '优雅的使用 icon', href: 'https://juejin.im/post/59bb864b5188257e7a427c09' },
- { title: 'webpack4(上)', href: 'https://juejin.im/post/59bb864b5188257e7a427c09' },
- { title: 'webpack4(下)', href: 'https://juejin.im/post/5b5d6d6f6fb9a04fea58aabc' }
+ { title: '优雅的使用 icon', href: 'https://juejin.im/post/59bb864b5188257e7a427c09' }
]
}
}
diff --git a/src/views/excel/exportExcel.vue b/src/views/excel/exportExcel.vue
index 353240dd..ae32b3aa 100644
--- a/src/views/excel/exportExcel.vue
+++ b/src/views/excel/exportExcel.vue
@@ -4,12 +4,12 @@
-
+
True
False
- {{ $t('excel.export') }} excel
+ {{ $t('excel.export') }} Excel
diff --git a/src/views/i18n-demo/local.js b/src/views/i18n-demo/local.js
index a4c07203..7977d2f9 100644
--- a/src/views/i18n-demo/local.js
+++ b/src/views/i18n-demo/local.js
@@ -3,7 +3,7 @@ export default {
zh: {
i18nView: {
title: '切换语言',
- note: '目前只翻译了当前页面和侧边栏和导航,未完待续,敬请期待...',
+ note: '本项目国际化基于 vue-i18n',
datePlaceholder: '请选择日期',
tableDate: '日期',
tableName: '姓名',
@@ -20,7 +20,7 @@ export default {
en: {
i18nView: {
title: 'Switch Language',
- note: 'Currently only translated the i18n page and the sidebar and levelbar, please look forword to...',
+ note: 'The internationalization of this project is based on vue-i18n',
datePlaceholder: 'Pick a day',
tableDate: 'tableDate',
tableName: 'tableName',