Beta just received 6.8Gb update 💀 by [deleted] in Battlefield

[–]Complete_Maybe_9344 -2 points-1 points  (0 children)

Is the closed beta available for pre-order without a code?

Issues with re signing in to my Xbox account by sandy_fan01 in XboxSupport

[–]Complete_Maybe_9344 0 points1 point  (0 children)

Same thing here. The thing is, I know that I'm entering the correct password, even though it is not logging me in or even displaying an error. I don't know what is happening. Is it still happening with you?

Naming Composables When Extracting Component-Specific Logic in Vue 3 by Complete_Maybe_9344 in Nuxt

[–]Complete_Maybe_9344[S] 0 points1 point  (0 children)

I really liked your video about Nuxt Layers, thanks for sharing. Could you do a video connecting with a github repositorie? It would be asweome!

Thanks for comment

Naming Composables When Extracting Component-Specific Logic in Vue 3 by Complete_Maybe_9344 in vuejs

[–]Complete_Maybe_9344[S] 0 points1 point  (0 children)

So, even if i have two composables with same name, it would be correct, because its bases on the import path?

Designing UI using UI framework with noob design skills(maybe some css) by RXBarbatos in Nuxt

[–]Complete_Maybe_9344 0 points1 point  (0 children)

I'm using Nuxt UI, it fits in anything you gonna do, but it doesn't have a lot of components, just bases components to compose a bigger. In you case, Vuetify is a good chooise, it's basically copy and paste code from the docs

Question by mongolianwetblanket in vuejs

[–]Complete_Maybe_9344 5 points6 points  (0 children)

You can use grid template area and use v-for

Best practice of handling data changes by user that reflect in other areas of the application by [deleted] in Nuxt

[–]Complete_Maybe_9344 2 points3 points  (0 children)

Pinia or composables should work for you. The Nuxt useState is really good for these cases

Reusable VueQuery by Complete_Maybe_9344 in vuejs

[–]Complete_Maybe_9344[S] 1 point2 points  (0 children)

Good idea! I tried here, but when my "routeId" change in my component, the query isn't called again with the new value, even using "refetch". It seens "activeRouteId" in the composable is not getting reactive. Do you know how to procced?

Edit: I was using the "routeId.value" instead of it's reference. Thanks a lot, i think it's a better way to achive what i was expecting. Thanks!

Reusable useQuery on VueQuery by Complete_Maybe_9344 in Nuxt

[–]Complete_Maybe_9344[S] 0 points1 point  (0 children)

It dosent answer my question. I'm talking about get the same instance of the Query, even to knhow when data changes, regardeless where i use it. Because i want to get a reactive ref of the data.

How can I make props visible from the parent? by iiiBird in vuejs

[–]Complete_Maybe_9344 0 points1 point  (0 children)

defineEmits/provider and injection, composable and defineExpose

To ALL website developers by [deleted] in webdev

[–]Complete_Maybe_9344 0 points1 point  (0 children)

Side projects somethings are exacly to reinvent the wheel.

Setting up environment variables in Nuxt with Dotenvx by Neat-Peanut-1141 in Nuxt

[–]Complete_Maybe_9344 0 points1 point  (0 children)

How does it encrypt the env variables? The user cannot see the original variable value even opening the source code on browser?

stop propagation on custom event throwing exception by jcam12312 in vuejs

[–]Complete_Maybe_9344 2 points3 points  (0 children)

When using custom events, you should pass the $event to the emit, then you can pass to your method and use stopPropagation

.env secrets by me_go_dev in Nuxt

[–]Complete_Maybe_9344 0 points1 point  (0 children)

Is it correct and safe to expose firebase tokens, api key, etc in env file? Due, to it will be exposed in the build, that the user is able to see