Module

Querystring

Methods

# static getRouteQuery(route)

Parses the Vue route hash for query params. Some times, route.query doesn't bring the querystring parameters as expected.

Parameters:
Name Type Description
route *

View Source utils/querystring.js, line 15

# inner removeParamFromQueryString(parameter)

Parameters:
Name Type Description
parameter *
Deprecated:
  • Yes
To Do:
  • Refactor/Remove

View Source utils/querystring.js, line 71