Skip to content

Commit

Permalink
fix: Locale code has similar part as page name #99
Browse files Browse the repository at this point in the history
  • Loading branch information
victorgarciaesgi committed Jun 8, 2023
1 parent 5b987ba commit f781be6
Show file tree
Hide file tree
Showing 12 changed files with 1,563 additions and 738 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"url": "https://github.com/victorgarciaesgi/nuxt-typed-router/issues"
},
"dependencies": {
"@nuxt/kit": "^3.4.3",
"@nuxt/kit": "^3.5.1",
"chalk": "^5.2.0",
"defu": "^6.1.2",
"lodash-es": "^4.17.21",
Expand All @@ -71,33 +71,33 @@
"prettier": "2.8.8"
},
"devDependencies": {
"@nuxt/devtools": "^0.4.6",
"@nuxt/devtools": "^0.5.5",
"@nuxt/module-builder": "^0.3.1",
"@nuxt/test-utils": "^3.4.3",
"@nuxt/test-utils": "^3.5.1",
"@nuxt/types": "^2.16.3",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/i18n": "8.0.0-beta.10",
"@nuxtjs/web-vitals": "^0.2.5",
"@nuxtjs/web-vitals": "^0.2.6",
"@types/lodash-es": "^4.17.7",
"@types/node": "^20.1.2",
"@types/node": "^20.2.3",
"@types/prettier": "^2.7.2",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"@typescript-eslint/eslint-plugin": "^5.59.7",
"@typescript-eslint/parser": "^5.59.7",
"@vue/test-utils": "^2.3.2",
"bumpp": "9.1.0",
"changelogithub": "0.12.9",
"changelogithub": "0.12.11",
"cross-env": "^7.0.3",
"eslint": "8.40.0",
"eslint": "8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-vue": "^9.12.0",
"nuxt": "3.4.3",
"eslint-plugin-vue": "^9.14.0",
"nuxt": "3.5.1",
"nuxt-seo-kit": "1.3.8",
"playwright": "1.33.0",
"playwright": "1.34.3",
"tsd": "^0.28.1",
"typescript": "^5.0.4",
"vitest": "^0.31.0",
"vue-eslint-parser": "^9.2.1",
"vue-router": "^4.1.6",
"vue-tsc": "^1.6.4"
"vitest": "^0.31.1",
"vue-eslint-parser": "^9.3.0",
"vue-router": "^4.2.1",
"vue-tsc": "^1.6.5"
}
}
2 changes: 1 addition & 1 deletion playground/src/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Should error -->
<nuxt-link to="/foo">Navigate Link</nuxt-link>

<nuxt-link to="/foo" external>Navigate Link</nuxt-link>
<nuxt-link to="/admin/:id?foo">Navigate Link</nuxt-link>

<nuxt-link :to="localePath('/admin/:id')">Navigate Link</nuxt-link>
<nuxt-layout></nuxt-layout>
Expand Down
Loading

1 comment on commit f781be6

@vercel
Copy link

@vercel vercel bot commented on f781be6 Jun 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.