(one, two)
| 3242 | } |
| 3243 | |
| 3244 | function mergeHook$1 (one, two) { |
| 3245 | return function (a, b, c, d) { |
| 3246 | one(a, b, c, d); |
| 3247 | two(a, b, c, d); |
| 3248 | } |
| 3249 | } |
| 3250 | |
| 3251 | // transform component v-model info (value and callback) into |
| 3252 | // prop and event handler respectively. |