Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
1 vote
1 answer
579 views

I have the following project. vite.config.js import { fileURLToPath, URL } from 'node:url' import { defineConfig } from 'vite' import vue from '@vitejs/plugin-vue' import vueDevTools from 'vite-...
kerner1000's user avatar
  • 3,578
8 votes
2 answers
13k views

I wanted to use the Toast component from PrimeVue library and I also wanted to create a nice re-usable service for it but I am getting this error. This doesn't seem to be a problem if I don't try to ...
Martin Zeltin's user avatar
15 votes
2 answers
15k views

Note: the example I'm using is available on GitHub repository https://github.com/mary-perret-1986/primevue-poc I created a simple project with Vue.js 3 + Vite + PrimeVue. So far everything works like ...
Natalie Perret's user avatar
7 votes
2 answers
18k views

Apparently, in the last few PrimeVue updates there has been a PrimeVue.changeTheme() method that I would very much like to use. The documentation says that two things are required. copying the ...
dymek662's user avatar
  • 274
5 votes
1 answer
9k views

I am trying to add primevue to my jhister with vue.js application. And I am following these steps. 1- run these comments npm install primevue --save npm install primeicons --save 2- add them to my ...
EmreAltun's user avatar
  • 433
4 votes
2 answers
4k views

Starting with a clean vue project, I was having issues building .vue components from PrimeVue. These are ready made components and should really not fail to build. Everytime I try to build, it fails ...
redfox05's user avatar
  • 3,762
3 votes
3 answers
5k views

I start with a relatively fresh Vue3 + PrimeVue + Tailwind setup. My problem is that the PrimeVue button does not display correctly when I add Tailwind. To test this, please have a look at the ...
borsTiHD's user avatar
  • 335
2 votes
1 answer
3k views

I am using the TabView component from PrimeVue (Vue 3), and I want to stop the tab change if any changes are made by the user, the problem is that I don't know how. I've already tried passing the ...
jm19's user avatar
  • 45
2 votes
1 answer
7k views

I am writing a test with Vue jest. But when I say run:test "No PrimeVue Confirmation provided!" It shows that this error is caused by useToast() and useConfirm() services. "...
Celal Poyraz's user avatar
2 votes
1 answer
3k views

I want to apply some margin on PrimeVue elements inside my Vue3 app. Based on the example from the docs https://www.primefaces.org/primevue/showcase/#/selectbutton I have a working example with a ...
Question3r's user avatar
  • 4,112
2 votes
0 answers
779 views

The first slide has a normal width, but each subsequent one has less and less. Although I strictly follow the doc(. Please help me figure it out. link to the website: https://hydralux-74de0.web.app/ ...
Игорь's user avatar
2 votes
1 answer
436 views

I am using template (https://primevue.org/fileupload/#template), and would like to access maxFileSize error from a method in order to show it in a toast component. Is it possible?
guyaloni's user avatar
  • 6,022
1 vote
1 answer
383 views

currently I am working on a PR to the primefaces/primevue repository, which will provide the ability to wrap Column components in custom components for the DataTable. As you can see in the PR (see the ...
Antonio Dell's user avatar
1 vote
1 answer
4k views

I am trying to make a realtime chart with primevue Line Chart as described here: https://www.primefaces.org/primevue/showcase/#/chart/line At first I declared the Chart tag with data and options ...
rafalimaz's user avatar
1 vote
3 answers
4k views

I am new in primevue. I am using the datatable with filtering. I face a problem. I want to access the array after the filter applied. But do not find any API to do that. Can anyone help me? Thank ...
Ashraful's user avatar

15 30 50 per page