fix CR notes

This commit is contained in:
Rodrigo Quelca
2021-01-20 19:32:37 +00:00
parent 5e137b82a2
commit cfa0b1552d
3 changed files with 5 additions and 2 deletions

View File

@@ -19,6 +19,11 @@ export default {
aux = aux.replace('@lastName',defaultValues.lastName);
return aux;
},
/**
* Parse an url string and prepare an object of the parameters
* @param {string} url
* @returns {object}
*/
getAllUrlParams(url) {
// get query string from url (optional) or window