Thanks for your suggestion. Video is coming within the next couple of days where we are building the full stack review app using Vue 3 ( Composition API ) and Pinia. I just have to record that :)
@@CodeWithHafizJavaid me too faces the same issue so I installed @mdi/font but now the problem is names are totally different. Beside I am not sure that @mdi/font has tree shakable you need to write transpile for it. I am not sure but @mdi/js has that feature so only those icon which you have used in the project are bundled.
import data from '~/data' import { useCartStore } from '../stores/cart.js' const cartStore = useCartStore() const products = ref(data) const grid = ref(true) Thats the code in my index.vue page
Thanks for your feedback brother. Please like, and share the video if you like it You can download the code from here. github.com/hafizjavaid/youtube2023/tree/nuxt3-vuetify3-cart Thanks
Is there a reason you use routerlink instead of NuxtLink and NuxtPages? Does it make a difference?
{{ $t(`${category}Title`) }}
export default {
name: 'filterSheet',
props: {
value: { type: Array, default: () => [] },
category: { type: String, default: '' },
count: { type: Number, default: 0 }
},
computed: {
checked: {
get() {
return this.value;
},
set(check) {
this.$emit('input', check)
}
}
}
}
.theme--light.v-list-item:not(.v-list-item--active):not(.v-list-item--disabled) {
color: $secondary !important;
}
i have a problem on loading images , what should i do please ?
thank you
Great Guru...Amazing ... Please make video like that using Nuxt 3 and Pinia and Vue 3 composition API
Thanks for your suggestion.
Video is coming within the next couple of days where we are building the full stack review app using Vue 3 ( Composition API ) and Pinia.
I just have to record that :)
zazakallah Bhai.. Great Sir
Check the latest video of vue 3, pinia and composition api
Hi Sir, may i know what title is that video, i cant seem to find. @@CodeWithHafizJavaid
@@tangankucingg I'm talking about this video ( Vue Crash Course with typescript )
th-cam.com/video/1KMh_R6d-P4/w-d-xo.html
Thank you so much for this
Glad you like it
why did you install @mdi/font when whey vuetify already has material icon? I mean is there is any difference between both ?
Yes, you are right but I don't know why for some reason the icons were not working for me so I have to the installation.
Thanks
@@CodeWithHafizJavaid me too faces the same issue so I installed @mdi/font but now the problem is names are totally different. Beside I am not sure that @mdi/font has tree shakable you need to write transpile for it. I am not sure but @mdi/js has that feature so only those icon which you have used in the project are bundled.
can you share the repo for the complete project?
You can download the code from here
github.com/hafizjavaid/youtube2023/tree/nuxt3-vuetify3-cart
good afternoon. How you doing? Please give me the code data.js to complete the tutorial? I'm a web developer
github.com/hafizjavaid/youtube2023/tree/nuxt3-vuetify3-cart
amazing bro !!
Glad you like it, brother.
Please like, and share with your friends
Thanks
good afternoon hafiz I am having issues with the loading of images
Can you please share the code so I can help you with that
The Images aren't loading just the loadiing spinner is what is actually showing
Can you please show me the code?
@@CodeWithHafizJavaid oh yes i can
mdi-view-list
mdi-apps
{{ product.name }}
${{ product.price }}
Read More
Add to Cart
{{ product.name }}
${{ product.price }}
{{ product.description }}
Read More
Add to Cart
import data from '~/data'
import { useCartStore } from '../stores/cart.js'
const cartStore = useCartStore()
const products = ref(data)
const grid = ref(true)
Thats the code in my index.vue page
Header.vue:18 warn [Vue warn]: Property "theme" was accessed during render but is not defined on instance.
at at
and the code in my index.vue is basically the same with one in ur github page
Can you share link github for this project?
You can download the code from here
github.com/hafizjavaid/youtube2023/tree/nuxt3-vuetify3-cart
Can I have your code brother?
You can download the code from here
github.com/hafizjavaid/youtube2023/tree/nuxt3-vuetify3-cart
Great Job, bro. Where is the source code for the video?
Thanks for your feedback brother.
Please like, and share the video if you like it
You can download the code from here.
github.com/hafizjavaid/youtube2023/tree/nuxt3-vuetify3-cart
Thanks
@@CodeWithHafizJavaid Thank you so much. ❤
@@truthteachers My Pleasure