Closed walleeva2018 closed 1 month ago
Alternative is to use v-show
instead of v-if
. I think I would prefer that as more can be statically generated this way. What do you think?
Alternative is to use
v-show
instead ofv-if
. I think I would prefer that as more can be statically generated this way. What do you think?
Yeah As Its navbar the load time will be faster. I will update that
@romangg Let me know if there is any problem
With the v-show the change to ClientOnly is not needed anymore. So this change needs to be removed from the branch/PR.
The cleanest solution is to use interactive rebase for that: https://git-rebase.io/
With the v-show the change to ClientOnly is not needed anymore. So this change needs to be removed from the branch/PR.
Yeah My bad. Is it okay now?
Thanks for the update. The problem is that this revision still contains changes that are as far as I see not needed anymore.
This PR fixes the following Issue
What is Added