primevue Questions
10
Solved
I want to know if there's a way to create a reusable scritp/class/service with primevue toast function calls, in such a way that I don't need to call the primevue toast functions directly in every ...
Wolford asked 8/1, 2022 at 19:17
2
Solved
I use Primevue on a vue.js project, with the theme Deep Purple that I import this way:
import 'primevue/resources/themes/mdc-light-deeppurple/theme.css';
Now I'd just like to modify the primary col...
4
Solved
Can I set a current-page props on PrimeVue Paginator?
https://primefaces.org/primevue/paginator
I want to detect a query string to set current page
seems there is no props I can set?
I tried :value...
2
Solved
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 li...
Ahron asked 10/4, 2021 at 6:3
1
Solved
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 t...
Heresy asked 29/5, 2022 at 16:14
1
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.
"transform...
Chamorro asked 12/3, 2022 at 11:31
1
I am using confirmdialog in primevue and get this error:
[Vue warn]: injection "Symbol()" not found
I have no idea what this error is and how to fix it. Can anyone help me please?
Here ...
Nader asked 7/9, 2021 at 9:17
1
I'm trying to create a library (vue3-lib) with vue3 and typescript based on primevue, that will be used in some other projects (like vue3-project). When running the vue3-lib everything works as exp...
Kalle asked 11/11, 2020 at 16:5
1
Edit: As I was not able to figure this out, I instead dropped Vue3 and went back to Vue2 and switched to Vuetify.
I am completely new to Vue and decided to use Vue 3 for project, which is supposed ...
1
Solved
TLDR; In v2, this.$refs does the job but how can I do that in v3 composition api?
I am trying to use CustomUpload feature of PrimeVue in Vue3, but that API does not clear the upload files after upl...
Kenway asked 27/10, 2020 at 9:8
1
© 2022 - 2024 — McMap. All rights reserved.