You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,17 @@ If you need a TS support and it's not detected automatically in your project for
189
189
190
190
## API & Limitations
191
191
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.
0 commit comments