I tied the data with (semicolon) on vue"s {} template syntax and was escaped on url. How can I escape back or avoid taking it with me?
<router-link :to="{ path: /pingou/14,query: {attr_id:attributes}}"></router-link>
attributes is the specification data with semicolons, which is escaped when the value is passed on the page