feat(compiler-sfc): properly pass on options

This commit is contained in:
Evan You
2019-12-10 12:22:23 -05:00
parent 0a14c04c81
commit c8c5b16ef7
5 changed files with 406 additions and 20 deletions

View File

@@ -1,3 +1,5 @@
// TODO need more thorough tests here
import { compileTemplate } from '../src/compileTemplate'
import { compile } from '@vue/compiler-dom'
import { parse, SFCTemplateBlock } from '../src/parse'