mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Lint changes
This commit is contained in:
parent
eb2de5460c
commit
4d3a071e66
291 changed files with 28450 additions and 26621 deletions
|
@ -1,7 +1,7 @@
|
|||
export default class EventService {
|
||||
|
||||
getEvents() {
|
||||
return fetch('demo/data/events.json').then(res => res.json())
|
||||
.then(d => d.data);
|
||||
return fetch('demo/data/events.json')
|
||||
.then((res) => res.json())
|
||||
.then((d) => d.data);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue