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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,6 +32,12 @@
32
32
Object.values(record.components)
33
33
)
34
34
```
35
+
- The `append` argument has been removed. You can manually concatenate the value to an existing `path` instead.
36
+
-`RouterLink`
37
+
-`append` prop has been removed as well. Use the same workaround as above.
38
+
-`event` prop has been removed. Use the `v-slot` API instead. See [RFC](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0021-router-link-scoped-slot.md).
39
+
-`tag` prop has been removed. Use the `v-slot` API instead. See [RFC](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0021-router-link-scoped-slot.md).
40
+
-`exact` prop has been removed. The caveat it was fixing is no longer present. See [RFC](https://github.com/vuejs/rfcs/blob/master/active-rfcs/0028-router-active-link.md).
35
41
- If you use a `transition`, you may need to wait for the router to be _ready_ before mounting the app:
0 commit comments