Closed tonipepperoni closed 4 years ago
If you want to use Vuetify you should use a-la-carte, and do the following as an example:
import styled from 'vue-styled-components' import VBtn from 'vuetify/es5/components/VBtn' const AppBtn = styled(VBtn.options)`background: red` export default AppBtn
Thank you for reporting.
If you want to use Vuetify you should use a-la-carte, and do the following as an example: