Rifat
Rifat
NNuxt
Created by Rifat on 6/26/2024 in #❓・help
useFetch status is success for a split second before changing to pending
Even if it has cached data the status should be pending or idle in the start instead of success for a split second
3 replies
NNuxt
Created by Rifat on 6/4/2023 in #❓・help
Why nitro doesn't wait for async plugins to complete operation?
They haven't solved this yet
4 replies
NNuxt
Created by Rifat on 6/4/2023 in #❓・help
Why nitro doesn't wait for async plugins to complete operation?
Doesn't wait for any async function to execute completely
4 replies
NNuxt
Created by Rifat on 4/26/2023 in #❓・help
Nuxt 3 API response error
Yeah. It was a dev server.
8 replies
NNuxt
Created by Rifat on 3/24/2023 in #❓・help
Nuxt doesn't update document when data is changed on created
Thanks a lot for helping me with this problem 😊.
43 replies
NNuxt
Created by Rifat on 3/24/2023 in #❓・help
Nuxt doesn't update document when data is changed on created
Nuxt doesn't show hydration errors if attribute mismatches. That's why I wasn't able to understand where the problem was. I think it's a bug.
43 replies
NNuxt
Created by Rifat on 3/24/2023 in #❓・help
Nuxt doesn't update document when data is changed on created
Thanks. I will try that.
43 replies
NNuxt
Created by Rifat on 3/24/2023 in #❓・help
Nuxt doesn't update document when data is changed on created
Is there any way to change it before mounting??
43 replies
NNuxt
Created by Rifat on 3/24/2023 in #❓・help
Nuxt doesn't update document when data is changed on created
It changes after mounting.
43 replies
NNuxt
Created by Rifat on 3/24/2023 in #❓・help
Nuxt doesn't update document when data is changed on created
I tried it that way. mounted works fine
43 replies
NNuxt
Created by Rifat on 3/24/2023 in #❓・help
Nuxt doesn't update document when data is changed on created
It's slow
43 replies
NNuxt
Created by Rifat on 3/24/2023 in #❓・help
Nuxt doesn't update document when data is changed on created
<script>
// https://discord.com/channels/473401852243869706/1088754124251734016
export default defineNuxtComponent({
data() {
return { showSideBar: true };
},
beforeMount() {
this.showSideBar = false;
},
});
</script>
<template>
<main :show-side-bar="showSideBar">
<p>Check the attribute of main element. It was supposed to be false but it's true</p>
</main>
</template>
<script>
// https://discord.com/channels/473401852243869706/1088754124251734016
export default defineNuxtComponent({
data() {
return { showSideBar: true };
},
beforeMount() {
this.showSideBar = false;
},
});
</script>
<template>
<main :show-side-bar="showSideBar">
<p>Check the attribute of main element. It was supposed to be false but it's true</p>
</main>
</template>
43 replies
NNuxt
Created by Rifat on 3/24/2023 in #❓・help
Nuxt doesn't update document when data is changed on created
No. The attribute doesn't change.
43 replies
NNuxt
Created by Rifat on 3/24/2023 in #❓・help
Nuxt doesn't update document when data is changed on created
The content inside main changed but attribute not changed
43 replies
NNuxt
Created by Rifat on 3/24/2023 in #❓・help
Nuxt doesn't update document when data is changed on created
No description
43 replies
NNuxt
Created by Rifat on 3/24/2023 in #❓・help
Nuxt doesn't update document when data is changed on created
43 replies
NNuxt
Created by Rifat on 3/24/2023 in #❓・help
Nuxt doesn't update document when data is changed on created
no no. Not resize
43 replies
NNuxt
Created by Rifat on 3/24/2023 in #❓・help
Nuxt doesn't update document when data is changed on created
I'm talking about the attribute in main
43 replies
NNuxt
Created by Rifat on 3/24/2023 in #❓・help
Nuxt doesn't update document when data is changed on created
No description
43 replies
NNuxt
Created by Rifat on 3/24/2023 in #❓・help
Nuxt doesn't update document when data is changed on created
No description
43 replies