peppeg85

Results 26 comments of peppeg85

i tried overwriting the glide classes, for example: ``` .glide__bullets { background-color: #1d1d1d; height: 40px } .glide__bullet { background-color: red; height: 20px; width:20px; border-radius: 50%; } .glide__bullet--active { background-color: yellow;...

i tried also with the slot control, as you say in the documentation: ``` ``` but i have this error in the console: ``` vue-glide.common.js:2209 Uncaught TypeError: Cannot read property...

sorry for all the posts, i solved in this way: ``` ``` if it could help someone, but please, update the docs

hello, the items in the v-for are the same of the glide, so the index is the same, here is a sample code animation-duration="1000" :gap="10" :per-view="1" > :bullet="false" v-model="active"> >...

hello, thank you, but I solved with the https://github.com/Notalib/nativescript-webview-ext plugin, thank you again,

hello, i still have this problem, did anyone fixed this? thank you

hello i'm trying to migrate to vuetify 2, i followed this discussion changing the main.js and the app.js file following the instructions and uninstalled node-sass and istalled sass, i have...

ok, thank you, the better solution is clone it and port all the job i've done over it. sorry, but on the old template, i had the folder ```src/theme/default.styl``` that...

great, thank you, so it was the node sass versione updated to 4.12.0. now there is a big problem....this project uses the old version of vuetify, now there is the...