We are currently in the process of upgrading our application from old VueJS+Vuetify to VueJS3. However, we have encountered some classes defined in the template that are not available in the new version.
These classes include xs12
(which is intended to cover the full screen), text-xs-left
(which is meant to set left-aligned text), offset-xs2
(which is used to set an offset). There are several others like these that were present in VueJS2+Vuetify but are missing in the new version.
How can we incorporate these missing classes into the new VueJS3+Vuetify setup?