feat(compiler): generate patchFlags for runtime
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
export * from './patchFlags'
|
||||
|
||||
export const EMPTY_OBJ: { readonly [key: string]: any } = __DEV__
|
||||
? Object.freeze({})
|
||||
: {}
|
||||
|
||||
Reference in New Issue
Block a user