Skip to content

Commit

Permalink
docs(upgrade-guide): update menu section
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Jan 12, 2024
1 parent 1866f97 commit 520b765
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/docs/src/pages/en/getting-started/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,9 +265,9 @@ app.use(vuetify)
### v-menu

- `rounded` prop has been removed. Apply a rounded css class to the menu content element instead. e.g. `.rounded-te`
- `internal-activator` prop has been removed without replacement
- `offset-y` and `offset-x` props have been removed. Use `offset` prop instead
- `absolute` variant has been removed. For absolute positioning use css instead
- `internal-activator` prop has been removed, use a ref or unique selector instead.
- `absolute`, `offset-y` and `offset-x` props have been removed. Manual positioning is now done by passing a `[x, y]` array to the `target` prop.
- `nudge-*` props have been removed. There is no direct replacement but `offset` can be used to achieve similar results.

### v-snackbar

Expand Down

0 comments on commit 520b765

Please sign in to comment.