wip: support resolving directives from setup scope variables by naming convention
v-my-dir can be resovled from setup scope variable named "vMyDir".
This commit is contained in:
@@ -19,7 +19,8 @@ export const compilerOptions: CompilerOptions = reactive({
|
||||
setupConst: BindingTypes.SETUP_CONST,
|
||||
setupLet: BindingTypes.SETUP_LET,
|
||||
setupMaybeRef: BindingTypes.SETUP_MAYBE_REF,
|
||||
setupProp: BindingTypes.PROPS
|
||||
setupProp: BindingTypes.PROPS,
|
||||
vMySetupDir: BindingTypes.SETUP_CONST
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user