@dobbel
Oh, I’m sorry.
To be exact, I’ve not fixed the problem.
I did not need to fix.
I did not need to fix.
I’m not sure why, however I deployed my app.
@dobbel
Oh, I’m sorry.
To be exact, I’ve not fixed the problem.
I did not need to fix.
I did not need to fix.
I’m not sure why, however I deployed my app.
@dobbel
Yes, Thank you so mach.
I resolved this problem.
@dobbel
Thank you for reply
I couldn’t resolve so I’ve had two errors.
However I could released my app.
Maybe I can release it even if I ignore this problem.
By the way, Do you know how to close this post?
Thanks.
I will check your recommended page.
Hi, there.
I faced a error that can’t resolve and can’t build.
If I execute a command bellow, it returns error.
quasar build -m pwa
quasar 1.15.6
quasar/app 2.0.9
vue 2.6
vue-router 3.5.1
typescript 4.2.3
↑ Is this the problem?
.../node_modules/vue-router/types/vue.d.ts
ERROR in .../node_modules/vue-router/types/vue.d.ts(10,5):
TS2717: Subsequent property declarations must have the same type. Property '$router' must be of type 'VueRouter', but here has type 'VueRouter'.
.../node_modules/vue-router/types/vue.d.ts
ERROR in .../node_modules/vue-router/types/vue.d.ts(17,5):
TS2717: Subsequent property declarations must have the same type. Property 'router' must be of type 'VueRouter | undefined', but here has type 'VueRouter | undefined'.
Please help me !!
Hi, there.
I am new to the Quasar framework and like it.
I’m sorry, if I did something rude to you. because I’m not good at English either.
I am currently introducing Firebase (firestore, auth, hosting) to the Quasar Project.
I was able to set the hot reload for functions, but not the hot-reload for hosting.
I can’t set it because I don’t understand how Quasar works and how front end works.
Currently, To hot-reload functions, I have the following settings in package.json.
"scripts": {
"lint": "eslint --ext .js,.ts,.vue ./",
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "tsc --project ./functions && concurrently --kill-others 'firebase serve' 'tsc --project ./functions --watch'"
},
Or, please tell me the site where the procedure is listed.
Thanking you in advance.
I made a mistake.
The problem was that the routing file is wrong.
thanks.
By the way, the content is displayed when I reload it.
I am a beginner in Quasar and English.
@quasar/cli 1.0.3
Laravel 8.1
Please tell me about the History mode of VueRouter.
// Full list of options: https://quasar.dev/quasar-cli/quasar-conf-js#Property%3A-build
build: {
vueRouterMode: 'history', // available values: 'hash', 'history'
Route::get('/{any}', function () {
return view('index');
})->where('any', '.*');
The problem I’m facing is that the screen goes white because the setup method isn’t called after the screen transition.
What should I do?