Cassio Cabral

Results 7 comments of Cassio Cabral

Could we get some background slot for the title ? I'm using a dynamic url passing down with a prop and will be good to be able to change that....

I see that you change the background-url in the CSS like that: `background: url('http://www.getmdl.io/assets/demos/welcome_card.jpg') center / cover;` I would like to change that URL passing the value via some prop...

Are you sure that it's loading the entire library using `import { Compact as ColorPicker } from 'vue-color';` ? We are exporting each component individually, importing like that should import...

Ok, I will do the code review and I can help with the unit testing. Given my available time between work and studies at the moment I can focus on...

I had to override the CSS for this element to overcome this issue. Like this: ```scss ::v-deep .v-skeleton-loader.v-skeleton-loader--is-loading { .v-skeleton-loader__image { height: 100%; } } ```

I changed the permalink option to `permalink: pretty` and commented the `relative_permalinks` options and worked for me. I can't remember if I did any other steps, but with minor changes...

[link to code below] For me is not working on production. Can't figure it out why. I did some tests though: Handlebars.templates is undefined in production. Trying to log Handlebars.templates...