Skip to content

feat(language-core): type support of v-model modifiers #5061

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Dec 17, 2024
Prev Previous commit
Next Next commit
chore: remove residual code
  • Loading branch information
KazariEX committed Dec 17, 2024
commit fa29efe1051abfa7397c817ec58aa8851a724230
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ function* generateValue(
): Generator<Code> {
const { exp } = prop;
if (exp?.type !== CompilerDOM.NodeTypes.SIMPLE_EXPRESSION) {
yield `value: undefined`
return;
}

Expand Down
Loading