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