wip(compiler-ssr): dynamic v-bind + class/style merging

This commit is contained in:
Evan You
2020-02-04 18:37:23 -05:00
parent c059fc88b9
commit ebf920e6af
8 changed files with 234 additions and 58 deletions

View File

@@ -56,5 +56,6 @@ export function parse(template: string, options: ParserOptions = {}): RootNode {
})
}
export { transformStyle } from './transforms/transformStyle'
export { DOMErrorCodes } from './errors'
export * from '@vue/compiler-core'