mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 01:12:37 +00:00
Removed spaces with lint
This commit is contained in:
parent
ad0e23fc27
commit
fb54d5e5e0
113 changed files with 812 additions and 813 deletions
|
@ -1,7 +1,7 @@
|
|||
import axios from 'axios';
|
||||
|
||||
export default class NodeService {
|
||||
|
||||
|
||||
getTreeTableNodes() {
|
||||
return axios.get('demo/data/treetablenodes.json')
|
||||
.then(res => res.data.root);
|
||||
|
@ -11,5 +11,5 @@ export default class NodeService {
|
|||
return axios.get('demo/data/treenodes.json')
|
||||
.then(res => res.data.root);
|
||||
}
|
||||
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue