Bogdan Cadar
Bogdan Cadar
``` hooper( :settings="cardsHooper" ) slide(v-for="(project, index) in projectsData" :key="index") div(@click="goToProjectPage($event, project)") CommonProjectCard(:projectData="project") methods: { goToProjectPage(event, project) { if (this.$refs.projectsCarousel.isSliding) { event.preventDefault() } else { //go to link console.log(project) } },...
@hrynko @DescLee Can you help me with the scale prop. I cant figure out how to work with it. I tried setting it to `:scale="20"` for example. This is supose...
@hecktarzuli How can you can I create multiple experiments? I can only see the first experiment on $exp. Am i missing something? ``` import experiment1 from './experiment1' import experiment2 from...
@hecktarzuli I did the incognito test and it works. Can you take a look if I approached the experiments ok? I feel like my code is not DRY at all....
> > It's possible to get a retry method inside the error in `useGqlError` ? > > My use case is : > > > > * I made a...