Posts by laurakibum • 23 points
5 posts
-
0
votes0
answers27
viewsQ: Is it possible to put a <v-Calendar /> inside a <v-select />?
For some reasons of standardization I was asked if possible to put 'v-Calendar' inside 'v-select'; I researched a lot and tried in several possible ways but without success. I know this is not even…
-
2
votes1
answer827
viewsQ: vuex error: [vuex] Unknown action type
I need to separate the responsibilities of my store (vuex) from ONE file for two(services and store); The problem is that regardless of how I do it even using other examples it always returns the…
-
0
votes2
answers141
viewsA: Make Divs to be inline
The question is a little confusing.. From what I understand I believe that using flex display with a flex-wrap (to be below when no more fit) solve your problem.. .hentaiBox>a>img { float:…
-
0
votes0
answers338
viewsQ: create-React-app returning error 'Cannot find module 'React-scripts/scripts/init.js' '
When I try to create the React project with both npm and Yarn (create-React-app test), it returns the following error: internal/modules/cjs/loader.js:638 throw err; ^ Error: Cannot find module…
-
0
votes1
answer210
viewsA: Scroll slider by clicking link after other plays on jQuery
Using the '.scroll' class.. If you want to see a demo have the repository: https://github.com/lauragrassig/scroll-suave jQuery(document).ready(function($) { $(".scroll").click(function(event){…