Skip to content

Commit

Permalink
docs(upgrade-guide): remove border util class reference
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Apr 16, 2024
1 parent b16aa56 commit b055773
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -115,7 +115,7 @@ app.use(vuetify)
- `value` prop has been replaced by `model-value` on components that support `v-model` usage. (Vue 3 requires this change)
- Note that this does not apply to `value` used as a *selection value*, for example `v-btn` within `v-btn-toggle`.
- `@input` event has been replaced by `@update:model-value` on components that support `v-model` usage. (Vue 3 requires this change)
- `left` and `right` have been replaced by `start` and `end` respectively. This applies to utility classes too, for example `.border-r` is now `.border-e`.
- `left` and `right` have been replaced by `start` and `end` respectively. This applies to utility classes too, for example `.rounded-r` is now `.rounded-e`.
- Size props `small` / `medium` / `large` etc. have been combined into a single `size` prop.
- `absolute` and `fixed` props have been combined into a single `position` prop.
- `top` / `bottom` / `left` / `right` props have been combined into a single `location` prop.
Expand Down

0 comments on commit b055773

Please sign in to comment.