fix(Image): memory leak during SSR (#6721)
This commit is contained in:
@@ -3,6 +3,7 @@ import Vue from 'vue';
|
||||
export { createNamespace } from './create';
|
||||
export { addUnit } from './format/unit';
|
||||
|
||||
export const inBrowser = typeof window !== 'undefined';
|
||||
export const isServer: boolean = Vue.prototype.$isServer;
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-function
|
||||
|
||||
Reference in New Issue
Block a user