| Current Path : /var/www/html/maiwp.bak/node_modules/vue-router/src/util/ |
| Current File : /var/www/html/maiwp.bak/node_modules/vue-router/src/util/misc.js |
export function extend (a, b) {
for (const key in b) {
a[key] = b[key]
}
return a
}