@@ -8,7 +8,7 @@ return function render(_ctx, _cache) {
8
8
const { vModelText: _vModelText , withDirectives: _withDirectives , openBlock: _openBlock , createElementBlock: _createElementBlock } = _Vue
9
9
10
10
return _withDirectives ((_openBlock (), _createElementBlock (\\" my-input\\ " , {
11
- \\" onUpdate:modelValue\\ " : $event => (model = $event )
11
+ \\" onUpdate:modelValue\\ " : $event => (( model ) = $event )
12
12
}, null , 8 /* PROPS */ , [\\" onUpdate:modelValue\\ " ])), [
13
13
[_vModelText , model ]
14
14
])
@@ -24,7 +24,7 @@ return function render(_ctx, _cache) {
24
24
const { vModelDynamic: _vModelDynamic , mergeProps: _mergeProps , withDirectives: _withDirectives , openBlock: _openBlock , createElementBlock: _createElementBlock } = _Vue
25
25
26
26
return _withDirectives ((_openBlock (), _createElementBlock (\\" input\\ " , _mergeProps (obj , {
27
- \\" onUpdate:modelValue\\ " : $event => (model = $event )
27
+ \\" onUpdate:modelValue\\ " : $event => (( model ) = $event )
28
28
}), null , 16 /* FULL_PROPS */ , [\\" onUpdate:modelValue\\ " ])), [
29
29
[_vModelDynamic , model ]
30
30
])
@@ -42,7 +42,7 @@ return function render(_ctx, _cache) {
42
42
const _directive_bind = _resolveDirective (\\" bind\\ " )
43
43
44
44
return _withDirectives ((_openBlock (), _createElementBlock (\\" input\\ " , {
45
- \\" onUpdate:modelValue\\ " : $event => (model = $event )
45
+ \\" onUpdate:modelValue\\ " : $event => (( model ) = $event )
46
46
}, null , 8 /* PROPS */ , [\\" onUpdate:modelValue\\ " ])), [
47
47
[_directive_bind , val , key ],
48
48
[_vModelDynamic , model ]
@@ -59,7 +59,7 @@ return function render(_ctx, _cache) {
59
59
const { vModelText: _vModelText , withDirectives: _withDirectives , openBlock: _openBlock , createElementBlock: _createElementBlock } = _Vue
60
60
61
61
return _withDirectives ((_openBlock (), _createElementBlock (\\" input\\ " , {
62
- \\" onUpdate:modelValue\\ " : $event => (model = $event )
62
+ \\" onUpdate:modelValue\\ " : $event => (( model ) = $event )
63
63
}, null , 8 /* PROPS */ , [\\" onUpdate:modelValue\\ " ])), [
64
64
[
65
65
_vModelText ,
@@ -80,7 +80,7 @@ return function render(_ctx, _cache) {
80
80
const { vModelText: _vModelText , withDirectives: _withDirectives , openBlock: _openBlock , createElementBlock: _createElementBlock } = _Vue
81
81
82
82
return _withDirectives ((_openBlock (), _createElementBlock (\\" input\\ " , {
83
- \\" onUpdate:modelValue\\ " : $event => (model = $event )
83
+ \\" onUpdate:modelValue\\ " : $event => (( model ) = $event )
84
84
}, null , 8 /* PROPS */ , [\\" onUpdate:modelValue\\ " ])), [
85
85
[
86
86
_vModelText ,
@@ -101,7 +101,7 @@ return function render(_ctx, _cache) {
101
101
const { vModelText: _vModelText , withDirectives: _withDirectives , openBlock: _openBlock , createElementBlock: _createElementBlock } = _Vue
102
102
103
103
return _withDirectives ((_openBlock (), _createElementBlock (\\" input\\ " , {
104
- \\" onUpdate:modelValue\\ " : $event => (model = $event )
104
+ \\" onUpdate:modelValue\\ " : $event => (( model ) = $event )
105
105
}, null , 8 /* PROPS */ , [\\" onUpdate:modelValue\\ " ])), [
106
106
[
107
107
_vModelText ,
@@ -122,7 +122,7 @@ return function render(_ctx, _cache) {
122
122
const { vModelText: _vModelText , withDirectives: _withDirectives , openBlock: _openBlock , createElementBlock: _createElementBlock } = _Vue
123
123
124
124
return _withDirectives ((_openBlock (), _createElementBlock (\\" input\\ " , {
125
- \\" onUpdate:modelValue\\ " : $event => (model = $event )
125
+ \\" onUpdate:modelValue\\ " : $event => (( model ) = $event )
126
126
}, null , 8 /* PROPS */ , [\\" onUpdate:modelValue\\ " ])), [
127
127
[_vModelText , model ]
128
128
])
@@ -139,7 +139,7 @@ return function render(_ctx, _cache) {
139
139
140
140
return _withDirectives ((_openBlock (), _createElementBlock (\\" input\\ " , {
141
141
type: \\" checkbox\\ " ,
142
- \\" onUpdate:modelValue\\ " : $event => (model = $event )
142
+ \\" onUpdate:modelValue\\ " : $event => (( model ) = $event )
143
143
}, null , 8 /* PROPS */ , [\\" onUpdate:modelValue\\ " ])), [
144
144
[_vModelCheckbox , model ]
145
145
])
@@ -157,7 +157,7 @@ return function render(_ctx, _cache) {
157
157
const _directive_bind = _resolveDirective (\\" bind\\ " )
158
158
159
159
return _withDirectives ((_openBlock (), _createElementBlock (\\" input\\ " , {
160
- \\" onUpdate:modelValue\\ " : $event => (model = $event )
160
+ \\" onUpdate:modelValue\\ " : $event => (( model ) = $event )
161
161
}, null , 8 /* PROPS */ , [\\" onUpdate:modelValue\\ " ])), [
162
162
[_directive_bind , foo , \\" type\\ " ],
163
163
[_vModelDynamic , model ]
@@ -175,7 +175,7 @@ return function render(_ctx, _cache) {
175
175
176
176
return _withDirectives ((_openBlock (), _createElementBlock (\\" input\\ " , {
177
177
type: \\" radio\\ " ,
178
- \\" onUpdate:modelValue\\ " : $event => (model = $event )
178
+ \\" onUpdate:modelValue\\ " : $event => (( model ) = $event )
179
179
}, null , 8 /* PROPS */ , [\\" onUpdate:modelValue\\ " ])), [
180
180
[_vModelRadio , model ]
181
181
])
@@ -192,7 +192,7 @@ return function render(_ctx, _cache) {
192
192
193
193
return _withDirectives ((_openBlock (), _createElementBlock (\\" input\\ " , {
194
194
type: \\" text\\ " ,
195
- \\" onUpdate:modelValue\\ " : $event => (model = $event )
195
+ \\" onUpdate:modelValue\\ " : $event => (( model ) = $event )
196
196
}, null , 8 /* PROPS */ , [\\" onUpdate:modelValue\\ " ])), [
197
197
[_vModelText , model ]
198
198
])
@@ -208,7 +208,7 @@ return function render(_ctx, _cache) {
208
208
const { vModelSelect: _vModelSelect , withDirectives: _withDirectives , openBlock: _openBlock , createElementBlock: _createElementBlock } = _Vue
209
209
210
210
return _withDirectives ((_openBlock (), _createElementBlock (\\" select\\ " , {
211
- \\" onUpdate:modelValue\\ " : $event => (model = $event )
211
+ \\" onUpdate:modelValue\\ " : $event => (( model ) = $event )
212
212
}, null , 8 /* PROPS */ , [\\" onUpdate:modelValue\\ " ])), [
213
213
[_vModelSelect , model ]
214
214
])
@@ -224,7 +224,7 @@ return function render(_ctx, _cache) {
224
224
const { vModelText: _vModelText , withDirectives: _withDirectives , openBlock: _openBlock , createElementBlock: _createElementBlock } = _Vue
225
225
226
226
return _withDirectives ((_openBlock (), _createElementBlock (\\" textarea\\ " , {
227
- \\" onUpdate:modelValue\\ " : $event => (model = $event )
227
+ \\" onUpdate:modelValue\\ " : $event => (( model ) = $event )
228
228
}, null , 8 /* PROPS */ , [\\" onUpdate:modelValue\\ " ])), [
229
229
[_vModelText , model ]
230
230
])
0 commit comments