feat(compiler): element codegen

This commit is contained in:
Evan You
2019-09-22 16:50:57 -04:00
parent 40307d9642
commit 3a177a18d2
15 changed files with 369 additions and 120 deletions

View File

@@ -6,8 +6,6 @@ import {
import { parserOptionsMinimal } from './parserOptionsMinimal'
import { parserOptionsStandard } from './parserOptionsStandard'
export * from '@vue/compiler-core'
export function compile(
template: string,
options: CompilerOptions = {}
@@ -21,3 +19,5 @@ export function compile(
}
})
}
export * from '@vue/compiler-core'