@@ -8,9 +8,8 @@ return function render(_ctx, _cache) {
8
8
const { vModelDynamic: _vModelDynamic , mergeProps: _mergeProps , createVNode: _createVNode , withDirectives: _withDirectives , openBlock: _openBlock , createBlock: _createBlock } = _Vue
9
9
10
10
return _withDirectives ((_openBlock (), _createBlock (\\" input\\ " , _mergeProps (obj , {
11
- modelValue: model ,
12
11
\\" onUpdate:modelValue\\ " : $event => (model = $event )
13
- }), null , 16 /* FULL_PROPS */ , [\\" modelValue \\ " , \\ " onUpdate:modelValue\\ " ])), [
12
+ }), null , 16 /* FULL_PROPS */ , [\\" onUpdate:modelValue\\ " ])), [
14
13
[_vModelDynamic , model ]
15
14
])
16
15
}
@@ -27,9 +26,8 @@ return function render(_ctx, _cache) {
27
26
const _directive_bind = _resolveDirective (\\" bind\\ " )
28
27
29
28
return _withDirectives ((_openBlock (), _createBlock (\\" input\\ " , {
30
- modelValue: model ,
31
29
\\" onUpdate:modelValue\\ " : $event => (model = $event )
32
- }, null , 8 /* PROPS */ , [\\" modelValue \\ " , \\ " onUpdate:modelValue\\ " ])), [
30
+ }, null , 8 /* PROPS */ , [\\" onUpdate:modelValue\\ " ])), [
33
31
[_directive_bind , val , key ],
34
32
[_vModelDynamic , model ]
35
33
])
@@ -45,9 +43,8 @@ return function render(_ctx, _cache) {
45
43
const { vModelText: _vModelText , createVNode: _createVNode , withDirectives: _withDirectives , openBlock: _openBlock , createBlock: _createBlock } = _Vue
46
44
47
45
return _withDirectives ((_openBlock (), _createBlock (\\" input\\ " , {
48
- modelValue: model ,
49
46
\\" onUpdate:modelValue\\ " : $event => (model = $event )
50
- }, null , 8 /* PROPS */ , [\\" modelValue \\ " , \\ " onUpdate:modelValue\\ " ])), [
47
+ }, null , 8 /* PROPS */ , [\\" onUpdate:modelValue\\ " ])), [
51
48
[
52
49
_vModelText ,
53
50
model ,
@@ -67,9 +64,8 @@ return function render(_ctx, _cache) {
67
64
const { vModelText: _vModelText , createVNode: _createVNode , withDirectives: _withDirectives , openBlock: _openBlock , createBlock: _createBlock } = _Vue
68
65
69
66
return _withDirectives ((_openBlock (), _createBlock (\\" input\\ " , {
70
- modelValue: model ,
71
67
\\" onUpdate:modelValue\\ " : $event => (model = $event )
72
- }, null , 8 /* PROPS */ , [\\" modelValue \\ " , \\ " onUpdate:modelValue\\ " ])), [
68
+ }, null , 8 /* PROPS */ , [\\" onUpdate:modelValue\\ " ])), [
73
69
[
74
70
_vModelText ,
75
71
model ,
@@ -89,9 +85,8 @@ return function render(_ctx, _cache) {
89
85
const { vModelText: _vModelText , createVNode: _createVNode , withDirectives: _withDirectives , openBlock: _openBlock , createBlock: _createBlock } = _Vue
90
86
91
87
return _withDirectives ((_openBlock (), _createBlock (\\" input\\ " , {
92
- modelValue: model ,
93
88
\\" onUpdate:modelValue\\ " : $event => (model = $event )
94
- }, null , 8 /* PROPS */ , [\\" modelValue \\ " , \\ " onUpdate:modelValue\\ " ])), [
89
+ }, null , 8 /* PROPS */ , [\\" onUpdate:modelValue\\ " ])), [
95
90
[
96
91
_vModelText ,
97
92
model ,
@@ -111,9 +106,8 @@ return function render(_ctx, _cache) {
111
106
const { vModelText: _vModelText , createVNode: _createVNode , withDirectives: _withDirectives , openBlock: _openBlock , createBlock: _createBlock } = _Vue
112
107
113
108
return _withDirectives ((_openBlock (), _createBlock (\\" input\\ " , {
114
- modelValue: model ,
115
109
\\" onUpdate:modelValue\\ " : $event => (model = $event )
116
- }, null , 8 /* PROPS */ , [\\" modelValue \\ " , \\ " onUpdate:modelValue\\ " ])), [
110
+ }, null , 8 /* PROPS */ , [\\" onUpdate:modelValue\\ " ])), [
117
111
[_vModelText , model ]
118
112
])
119
113
}
@@ -129,9 +123,8 @@ return function render(_ctx, _cache) {
129
123
130
124
return _withDirectives ((_openBlock (), _createBlock (\\" input\\ " , {
131
125
type: \\" checkbox\\ " ,
132
- modelValue: model ,
133
126
\\" onUpdate:modelValue\\ " : $event => (model = $event )
134
- }, null , 8 /* PROPS */ , [\\" modelValue \\ " , \\ " onUpdate:modelValue\\ " ])), [
127
+ }, null , 8 /* PROPS */ , [\\" onUpdate:modelValue\\ " ])), [
135
128
[_vModelCheckbox , model ]
136
129
])
137
130
}
@@ -148,9 +141,8 @@ return function render(_ctx, _cache) {
148
141
const _directive_bind = _resolveDirective (\\" bind\\ " )
149
142
150
143
return _withDirectives ((_openBlock (), _createBlock (\\" input\\ " , {
151
- modelValue: model ,
152
144
\\" onUpdate:modelValue\\ " : $event => (model = $event )
153
- }, null , 8 /* PROPS */ , [\\" modelValue \\ " , \\ " onUpdate:modelValue\\ " ])), [
145
+ }, null , 8 /* PROPS */ , [\\" onUpdate:modelValue\\ " ])), [
154
146
[_directive_bind , foo , \\" type\\ " ],
155
147
[_vModelDynamic , model ]
156
148
])
@@ -167,9 +159,8 @@ return function render(_ctx, _cache) {
167
159
168
160
return _withDirectives ((_openBlock (), _createBlock (\\" input\\ " , {
169
161
type: \\" radio\\ " ,
170
- modelValue: model ,
171
162
\\" onUpdate:modelValue\\ " : $event => (model = $event )
172
- }, null , 8 /* PROPS */ , [\\" modelValue \\ " , \\ " onUpdate:modelValue\\ " ])), [
163
+ }, null , 8 /* PROPS */ , [\\" onUpdate:modelValue\\ " ])), [
173
164
[_vModelRadio , model ]
174
165
])
175
166
}
@@ -185,9 +176,8 @@ return function render(_ctx, _cache) {
185
176
186
177
return _withDirectives ((_openBlock (), _createBlock (\\" input\\ " , {
187
178
type: \\" text\\ " ,
188
- modelValue: model ,
189
179
\\" onUpdate:modelValue\\ " : $event => (model = $event )
190
- }, null , 8 /* PROPS */ , [\\" modelValue \\ " , \\ " onUpdate:modelValue\\ " ])), [
180
+ }, null , 8 /* PROPS */ , [\\" onUpdate:modelValue\\ " ])), [
191
181
[_vModelText , model ]
192
182
])
193
183
}
@@ -202,9 +192,8 @@ return function render(_ctx, _cache) {
202
192
const { vModelSelect: _vModelSelect , createVNode: _createVNode , withDirectives: _withDirectives , openBlock: _openBlock , createBlock: _createBlock } = _Vue
203
193
204
194
return _withDirectives ((_openBlock (), _createBlock (\\" select\\ " , {
205
- modelValue: model ,
206
195
\\" onUpdate:modelValue\\ " : $event => (model = $event )
207
- }, null , 8 /* PROPS */ , [\\" modelValue \\ " , \\ " onUpdate:modelValue\\ " ])), [
196
+ }, null , 8 /* PROPS */ , [\\" onUpdate:modelValue\\ " ])), [
208
197
[_vModelSelect , model ]
209
198
])
210
199
}
@@ -219,9 +208,8 @@ return function render(_ctx, _cache) {
219
208
const { vModelText: _vModelText , createVNode: _createVNode , withDirectives: _withDirectives , openBlock: _openBlock , createBlock: _createBlock } = _Vue
220
209
221
210
return _withDirectives ((_openBlock (), _createBlock (\\" textarea\\ " , {
222
- modelValue: model ,
223
211
\\" onUpdate:modelValue\\ " : $event => (model = $event )
224
- }, null , 8 /* PROPS */ , [\\" modelValue \\ " , \\ " onUpdate:modelValue\\ " ])), [
212
+ }, null , 8 /* PROPS */ , [\\" onUpdate:modelValue\\ " ])), [
225
213
[_vModelText , model ]
226
214
])
227
215
}
0 commit comments