skip to Main Content

Javascript – UI elements jitter when being conditionally rendered

I'm have an issue where buttons and links jitter on state change (when clicking on the "Sign Out" button). I tried both v-if and v-show and the jitter persists. Video of the issue: https://www.veed.io/view/89672f51-f55c-411c-883f-440b02cfa4de?panel=share Reproduction: https://stackblitz.com/edit/nuxt-starter-a8hntf?file=app%2Fcomposables%2FuseStoreAuth.ts. <div> <div> <button @click="setColorTheme()">…

VIEW QUESTION
Back To Top
Search