_rancaHoratiu
_rancaHoratiu
NNuxt
Created by Bread on 5/9/2024 in #❓・help
Hydration mismatch / flashing when altering phone number
try calling the function in the onMounted() hook
2 replies
NNuxt
Created by stefanpeev on 5/8/2024 in #❓・help
Help with button,someone else coded it.Vuetify
so it works now ?
8 replies
NNuxt
Created by MrFluffycloud on 5/7/2024 in #❓・help
vue-smooth-scroll on nuxt3?
Global: const app = createApp(...) app.use(VueSmoothScroll, { duration: 400, updateHistory: false }) Directive: <div id="container"> <a href="#div-id" v-smooth-scroll="{ duration: 1000, offset: -50, container: '#container' }">Anchor</a> <div id="div-id"></div> </div> Programmatic: this.$smoothScroll({ scrollTo: this.$refs.myEl, duration: 1000, offset: -50, }) Programmatic (in Vue3 setup): const smoothScroll = Vue.inject('smoothScroll') smoothScroll({ scrollTo: refs.myEl, duration: 1000, offset: -50, })
7 replies
NNuxt
Created by stefanpeev on 5/8/2024 in #❓・help
Help with button,someone else coded it.Vuetify
same goes for computed
8 replies
NNuxt
Created by stefanpeev on 5/8/2024 in #❓・help
Help with button,someone else coded it.Vuetify
you dont need to specify the .value when using it in template
8 replies
NNuxt
Created by stefanpeev on 5/8/2024 in #❓・help
Help with button,someone else coded it.Vuetify
Hei, is isActive a ref ? if yes
8 replies
NNuxt
Created by NiamhG on 5/7/2024 in #❓・help
whitespace problem on smaller screen sizes
use this to better visualise the problem: * { background: #000 !important; color: #0f0 !important; outline: solid #f00 1px !important; }
10 replies
NNuxt
Created by NiamhG on 5/7/2024 in #❓・help
whitespace problem on smaller screen sizes
as @Reinier Kaper suggested its the negative margin did you try to restart the server after chaning that margin ?
10 replies
NNuxt
Created by NiamhG on 5/7/2024 in #❓・help
whitespace problem on smaller screen sizes
checking
10 replies
NNuxt
Created by NiamhG on 5/7/2024 in #❓・help
whitespace problem on smaller screen sizes
has something to do*
10 replies
NNuxt
Created by NiamhG on 5/7/2024 in #❓・help
whitespace problem on smaller screen sizes
I think it has to do something with your css
10 replies