@opentiny/tiny-toolkit-pro
Version:
TinyPro Vue:开箱即用、前后端分离的 Vue 后台管理模板
12 lines (10 loc) • 342 B
text/typescript
import localeLogin from '@/views/login/locale/en-US';
import { enUS } from '@opentiny/vue-search-box';
import localeHttpError from './en-US/httpError';
export default {
...localeLogin,
...localeHttpError,
...enUS,
'router.not-exists-valid-route':
'Route encountered an exception, please contact the administrator',
};