Skip to content

Commit 3dcfcf5

Browse files
authored
chore: Improve list of limitations
1 parent 45fa494 commit 3dcfcf5

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,17 @@ If you need a TS support and it's not detected automatically in your project for
189189

190190
## API & Limitations
191191

192-
This plugin aims for compatibility with Vue Router 3+ and Vue Router 4+. Both should be easily supported. Please refer to [Vue Router Docs](https://next.router.vuejs.org/guide/) for more information. There are some obvious limitations like lack of DOM accessibility and related events, or lack of <router-link /> component.
192+
<b>Vue Router compatibility</b>
193+
194+
This plugin aims for compatibility with Vue Router 3+ and Vue Router 4+. Both should be easily supported. Please refer to [Vue Router Docs](https://next.router.vuejs.org/guide/) for more information.
195+
196+
<b>DOM & related hooks</b>
197+
198+
There are some limitations like lack of DOM accessibility and related hooks and guards.
199+
200+
<b>RouterLink Component</b>
201+
202+
There's a lack of <router-link /> component due to performance reasons.
193203

194204
## License
195205

0 commit comments

Comments
 (0)