mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Pages updated v3.21.0
This commit is contained in:
parent
defd6ff6e2
commit
edc9695de0
246 changed files with 33769 additions and 28188 deletions
5
service/PricingService.js
Normal file
5
service/PricingService.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
export default class PricingService {
|
||||
fetchPricing() {
|
||||
return fetch('https://www.primefaces.org/cdn/pricing/uikit.json', { cache: 'no-store' }).then((res) => res.json());
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue