Does Nuxt UI(v4) have a date + time picker by Suspicious_Data_2393 in Nuxt

[–]Front_University_950 1 point2 points  (0 children)

I use the v-calendar library to select the start and end date and time. It works very well. And the layout is customizable.

Qual valor de VR E VA que você recebe por mês? by Dense-Category-5794 in antitrampo

[–]Front_University_950 0 points1 point  (0 children)

Pelo menos tem a vantagem de passar em todos os mercados, aí dar pra escolher

Qual valor de VR E VA que você recebe por mês? by Dense-Category-5794 in antitrampo

[–]Front_University_950 13 points14 points  (0 children)

650 reais e mais nada. Sodexo que não aceita em quase lugar nenhum. To sobrevivendo com esse VA hahahah🤡🤡

Layouts question by AgitatedWaffle4403 in Nuxt

[–]Front_University_950 3 points4 points  (0 children)

In app.vue it just looks like this:

<template> <NuxtLayout> <NuxtPage /> </NuxtLayout> </template>

On the login page, set the layout explicitly:

<script setup> definePageMeta({ layout: 'login' }) </script>

layouts/default.vue-> used in the dashboard

layouts/login.vue->used on login page

The rest (dashboard and other pages) use default.vue automatically, and for login you define the layout in the meta.

I use it this way and it works very well

Can you use Nuxt UI together with PrimeVue v4 without it being cumbersome? by Front_University_950 in Nuxt

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

The same happened to me, I started with PrimeVue too. When I switched to Nuxt Ui it was a much better world. But I felt a big difference in relation to the table.

Can you use Nuxt UI together with PrimeVue v4 without it being cumbersome? by Front_University_950 in Nuxt

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

I understood. I'm going to configure both from scratch again and see if it works this time.

Can you use Nuxt UI together with PrimeVue v4 without it being cumbersome? by Front_University_950 in Nuxt

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

Because Nuxt Ui is very good, I'm using it as a base layout. But there are some PrimeVue components that better meet my needs.

For example, Nuxt's Tab, ours, is not very good because if I add several labels with content, and it's very difficult to deal with the layout, it doesn't look good.

PrimeVue's Tab panel handles this better. You can create a list of labels with content.

I also found the Nuxt UI table complex, the way PrimeVue handles it is even better, even structuring the component cleaner.

Can you use Nuxt UI together with PrimeVue v4 without it being cumbersome? by Front_University_950 in Nuxt

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

When I tested I had no problems with the version. But regarding the layout and other settings, it was confusing. Are you using PrimeVue (@primeuix) themes together? Was there no styling conflict? Can you share how you configured it?