Top "Vue-material" questions

Vue Material is a framework built exactly according to the Material Design specs.

VueJS: @keydown, @keyup, and this.$refs works with input, but not with md-textarea

I have successfully completed a basic speed typing game using vue.js. For the "typing box", I used <input&…

javascript vue.js vuejs2 vue-component vue-material
I am attempting to add a background image to my vue.js project

I want to add a background image that covers the whole page. However this is how it looks now : I …

css vue.js vue-material
How to apply custom/override CSS on Vuetify component?

Suppose I have added the v-text-field component of Vuetify in my Vue component like <v-text-field v-model="email"name="email" …

html css vue.js vuetify.js vue-material
How do I change colors on a Vue Material theme

I am using the Vue Material default-dark theme by adding the following into my index.js file... // index.js Where …

vue.js sass vue-material
Vue - How do you render sub-rows in a table when you are only allowed one root component?

I'm trying to figure out the best way to render sub rows in a table. I'm developing what's essentially a …

vue.js html-table vuejs2 vue-component vue-material
Vue-router reloads page and I lose my state, how do i avoid this?

I have a form divided in 5 components and the user can navigate through them via steppers (I'm using vue-material for …

vue.js vuejs2 vue-router vuex vue-material