The Quasar website explains that for writing universal code, the created
and beforeCreate
lifecycle hooks in Vue components are executed in Server Side Rendering (SSR). This raises a question: What about setup
? How can I achieve SSR functionality with the composition API? Is it possible to write universal code using the composition API? And how do I identify which code runs in SSR when using the composition API?