Latest posts made by davidreyg
-
RE: Bootfile async data
@beets I did implement your code in my project but It’s still reloading the entire App over and over
-
RE: Bootfile async data
@beets
Hi @beets thanks for the answer. Mmmm My goal is to fetch some ‘GENERAL SETTINGS’ from my server
Ex:
-favicon
-App General Name…So, I’m making a request to an endpoint in my server http:://example.com/api/general_settings
If it fails WITH status (401, 403, 500 , etc). The expected behavior is my client to redirect to a ROUTE ‘/some_error_page’
BUT it seems to re-run the entire APP over and over…
-
Bootfile async data
Hi everybody! I’m trying to fetch from my server default settings for my client app made in Quasar.
But when the boot file redirects to ‘/xxxx_page’, it keeps refreshing the page.
And I don’t know why.
It’s suppose to do this ‘validation’ just ONE TIME.pd: Excuse me for my English.
-
RE: How to get QSelect to display a label instead of a value
hey @alexeilevinzon can y show me your store.js file? or a github repo with the full example? Thanks c: