Is it ok to call some composables like useRuntimeConfig and useRequestUrl after the setup function, like in a button function for exemple ?
Long story short, I heavily wrapper my fetcher in helper functions, that will eventually need useRuntimeConfig or useRequestUrl. In the case of a post trigger by the user, it will be all called and used after the setup phase.
It has been working fine since for a few months already, but I just noticed I was doing it ^^"