]> git.ipfire.org Git - thirdparty/vuejs/router.git/commit
refactor: Link and View renamed to RouterLink and RouterView
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 24 Apr 2020 15:42:37 +0000 (17:42 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 24 Apr 2020 15:42:37 +0000 (17:42 +0200)
commit030bbc4c3f68d29a9e9d23ee01603394427427a3
treebeb5372e524a6ed405b63a458a8e99b367f4a572
parent449830a6b14fb9379255f2ebb2d5729d033b5e55
refactor: Link and View renamed to RouterLink and RouterView

BREAKING CHANGE: exported components Link and View have been renamed to be
include the _Router_ prefix and to have the same export name as their component
name
__tests__/RouterLink.spec.ts
__tests__/RouterView.spec.ts
src/components/Link.ts
src/components/View.ts
src/index.ts
src/install.ts