We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d244d1 commit ea34e5dCopy full SHA for ea34e5d
index.js
@@ -44,7 +44,7 @@ export default function install(Vue, {routes}) {
44
45
if (!matchedRoute) {
46
if (TNS_ENV === 'development') {
47
- throw new Error(`Navigating to a route that doesnt exist: ${to}`)
+ throw new Error(`Navigating to a route that does not exist: ${to}`)
48
}
49
return false
50
0 commit comments