wip: defineContext()

This commit is contained in:
Evan You
2020-11-12 14:10:39 -05:00
parent dc098c7f81
commit 6a9b56ca60
10 changed files with 200 additions and 142 deletions

View File

@@ -62,7 +62,7 @@ export type HoistTransform = (
) => void
export interface BindingMetadata {
[key: string]: 'data' | 'props' | 'setup' | 'options' | 'component-import'
[key: string]: 'data' | 'props' | 'setup' | 'options' | 'setup-raw'
}
interface SharedTransformCodegenOptions {