Vuetify: colors are not showing up

I found the problem. I had to wrap Vuetify components inside v-app tag. <v-app> <v-btn color=”success”>Success</v-btn> <v-btn color=”error”>Error</v-btn> <v-btn color=”warning”>Warning</v-btn> <v-btn color=”info”>Info</v-btn> </v-app> Vuetify documentation says: In order for your application to work properly, you must wrap it in a v-app component. This component is used for dynamically managing your content area and is the … Read more

Change default font in vuetify

Best way Define (if you use google fonts) @import url(‘https://fonts.googleapis.com/css? family=Oxygen:300,400,700&display=swap’); @import url(‘https://fonts.googleapis.com/css? family=Comfortaa&display=swap’); $body-font-family: ‘Oxygen’; $title-font: ‘Comfortaa’; For vuetify 2+ .v-application { font-family: $body-font-family, sans-serif !important; .title { // To pin point specific classes of some components font-family: $title-font, sans-serif !important; } } In app.vue or a separate scss/css file imported directly into app.vue … Read more

Using custom theming in Vuetify and pass color variables to components

Edit (2018/10/11) Since version 1.2. we can enable CSS variables NOTE: allegedly it won’t work in IE (Edge should work), and possibly some Safari versions? From docs (see Custom Properties) Enabling customProperties will also generate a css variable for each theme color, which you can then use in your components’ blocks. Vue.use(Vuetify, { options: { … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)