Merge branch 'dev' into next

This commit is contained in:
chenjiahan
2020-07-07 15:03:14 +08:00
5 changed files with 15 additions and 10 deletions
+4 -3
View File
@@ -1,9 +1,10 @@
// 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 inBrowser = typeof window !== 'undefined';
export const isServer: boolean = Vue.prototype.$isServer;
// eslint-disable-next-line @typescript-eslint/no-empty-function
export function noop() {}