Replies: 1 comment 1 reply
-
|
I think this is best handled in userland. Nuxt doesn't focus on UI. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've written code like this so many times:
I know that this isn't much code, but I seen a lot of times that people forget the onUnmounted step
I would love a shortcut like this that only runs client side, onMounted and after resize:
(there can probably be a better name that reflects that it's onMounted also, but I can't think of any)
Beta Was this translation helpful? Give feedback.
All reactions