0👍
Here is a discussion about the issue on github https://github.com/vuejs/vue-router/issues/1753
And the solution is to add pathToRegexpOptions: { strict: true }
to your routs.
A fiddle by Josh Deltener which shows an example: http://jsfiddle.net/L7hscd8h/9377/
- [Vuejs]-How to use onclick events when using Tabulator Ajax with VueJS?
- [Vuejs]-Searching v-data-table to filter results when <td>'s are arrays of data too
Source:stackexchange.com