0👍
You can use flex align provided by vuetify, add to your card tag d-flex align-center
:
<v-card outlined color="red" height="450" class="d-flex align-center">
- [Vuejs]-Vue.js using aws AppSync has GraphQL Validation error of type Unknow Type
- [Vuejs]-Change node env var in Cypress
Source:stackexchange.com