chore: move dom element config to compiler-dom

This commit is contained in:
Evan You
2019-10-21 16:25:16 -04:00
parent 052febc127
commit bb85aefc03
5 changed files with 5 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
export * from './patchFlags'
export * from './element'
export { isGloballyWhitelisted } from './globalsWhitelist'
export { makeMap } from './makeMap'