Great tutorial, quick question. From end to end of this tutorial, will this still work as a PWA? or did it change when you added the platform code block?
Great video. You saved me a lot, as I could not do it by myself. Could you please make a video on Ionic Vue vs Quasar framework? I would love to hear your comparison and conclusion.
Ionic slots are very different from the Vue slot attributes that are now deprecated and raising a bunch of errors. It's just the IDE complaining, but the app should work just fine.
hello! thanks for this video, very solid tutorial. I found this error in Tabs.vue: [vue/no-deprecated-slot-attribute] `slot` attributes are deprecated. ERROR LINE:
Salut j'ai suvi toutes les etapes du toto mais je reçois cette erreur de compilation Failed to compile. ./src/views/Tab2.vue?vue&type=script&lang=ts (./node_modules/cache-loader/dist/cjs.js??ref--14-0!./node_modules/babel-loader/lib!./node_modules/ts-loader??ref--14-2!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader-v16/dist??ref--0-1!./src/views/Tab2.vue?vue&type=script&lang=ts) Module not found: Error: Can't resolve '@composables/usePhotoGallery' in 'C:\Users\bekym\Desktop\projet legrandsoft\terre-neuve-app\src\views'
What I hate about this stuff: This tutorial is only a year old and already everything has changed, things are deprecated, imports don't exist anymore... :(
very good !
Thanks a lot Luis!
Thank you for this video.
I have tried to make it alone but I'm failed. With your help I was successful. Keep it up bro. 😃
Glad I could help
Great tutorial, quick question. From end to end of this tutorial, will this still work as a PWA? or did it change when you added the platform code block?
Great video. You saved me a lot, as I could not do it by myself.
Could you please make a video on Ionic Vue vs Quasar framework? I would love to hear your comparison and conclusion.
Thanks for the suggestion. I'll look into Quasar.
I got an error like slot="used on content inserted into child components to indicate which named slot the content belongs to" what I have to do now?
Please share your code on github so I can help you to debug
Ionic slots are very different from the Vue slot attributes that are now deprecated and raising a bunch of errors. It's just the IDE complaining, but the app should work just fine.
how to upload from gallery? with axios please
Is this Ionic 5 + Vue 3?
Yes it is
hello! thanks for this video, very solid tutorial. I found this error in Tabs.vue: [vue/no-deprecated-slot-attribute]
`slot` attributes are deprecated.
ERROR LINE:
update: noticed that 'slot' is deprecated? what to use instead?
Salut j'ai suvi toutes les etapes du toto mais je reçois cette erreur de compilation
Failed to compile.
./src/views/Tab2.vue?vue&type=script&lang=ts (./node_modules/cache-loader/dist/cjs.js??ref--14-0!./node_modules/babel-loader/lib!./node_modules/ts-loader??ref--14-2!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader-v16/dist??ref--0-1!./src/views/Tab2.vue?vue&type=script&lang=ts)
Module not found: Error: Can't resolve '@composables/usePhotoGallery' in 'C:\Users\bekym\Desktop\projet legrandsoft\terre-neuve-app\src\views'
What I hate about this stuff: This tutorial is only a year old and already everything has changed, things are deprecated, imports don't exist anymore... :(
I totally understand. That is a very frustrating thing about the Javascript world.