feat: i18n next

This commit is contained in:
chenjiahan
2020-07-05 08:26:58 +08:00
parent 3bc6495b04
commit 0a4c6676ba
16 changed files with 885 additions and 119 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
import Vue from 'vue';
// import Vue from 'vue';
export { createNamespace } from './create';
// export { createNamespace } from './create';
export { addUnit } from './format/unit';
export const isServer: boolean = Vue.prototype.$isServer;
// export const isServer: boolean = Vue.prototype.$isServer;
// eslint-disable-next-line @typescript-eslint/no-empty-function
export function noop() {}