UNPKG

vue-router

Version:
7 lines (6 loc) 94 B
export function extend (a, b) { for (const key in b) { a[key] = b[key] } return a }