Skip to content

Commit

Permalink
chore(deps): lock file maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and rchl committed Mar 16, 2020
1 parent 3f4d135 commit 3838f7b
Show file tree
Hide file tree
Showing 2 changed files with 460 additions and 675 deletions.
4 changes: 2 additions & 2 deletions types/test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ let path: string

path = vm.localePath('/')
path = vm.localePath('/', locale)
path = vm.localePath(vm.$route)
path = vm.localePath(vm.$route, locale)
path = vm.localePath({ name: 'index' })
path = vm.localePath({ path: '/', query: { a: '1' }, params: { p: 'a' } }, locale)

// switchLocalePath

Expand Down
Loading

0 comments on commit 3838f7b

Please sign in to comment.