refactor: add eslint-plugin-vue && lint code (#976)

This commit is contained in:
花裤衩
2018-08-19 16:55:24 +08:00
committed by GitHub
parent 8f58baf617
commit e5d4290938
124 changed files with 1329 additions and 1084 deletions

View File

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