wip(compiler-dom): v-model runtime
This commit is contained in:
@@ -29,6 +29,10 @@ export function patchProp(
|
||||
case 'style':
|
||||
patchStyle(el, prevValue, nextValue)
|
||||
break
|
||||
case 'modelValue':
|
||||
case 'onUpdate:modelValue':
|
||||
// Do nothing. This is handled by v-model directives.
|
||||
break
|
||||
default:
|
||||
if (isOn(key)) {
|
||||
patchEvent(
|
||||
|
||||
Reference in New Issue
Block a user