mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-11 01:42:34 +00:00
Tree filter demo added
This commit is contained in:
parent
c528842ede
commit
2d4f85a084
3 changed files with 112 additions and 1 deletions
|
@ -10,6 +10,7 @@
|
|||
|
||||
<script>
|
||||
import { NodeService } from '@/service/NodeService';
|
||||
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
@ -36,7 +37,7 @@ export default {
|
|||
},
|
||||
mounted() {
|
||||
NodeService.getTreeNodes().then((data) => (this.nodes = data));
|
||||
}
|
||||
}
|
||||
}
|
||||
<\/script>
|
||||
`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue