Merge 62f05a2fee
into 5f8314cb7f
This commit is contained in:
commit
6f70cc2b29
|
@ -114,7 +114,7 @@ export function processDefineModel(
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
export function genModelProps(ctx: ScriptCompileContext) {
|
export function genModelProps(ctx: ScriptCompileContext): string | undefined {
|
||||||
if (!ctx.hasDefineModelCall) return
|
if (!ctx.hasDefineModelCall) return
|
||||||
|
|
||||||
const isProd = !!ctx.options.isProd
|
const isProd = !!ctx.options.isProd
|
||||||
|
|
Loading…
Reference in New Issue