mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
TreeSelect demo fixes
This commit is contained in:
parent
e961e48c81
commit
883b44426c
8 changed files with 51 additions and 25 deletions
|
@ -14,6 +14,7 @@
|
|||
|
||||
<script>
|
||||
import { NodeService } from '/service/NodeService';
|
||||
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
@ -30,6 +31,8 @@ export default {
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import { NodeService } from './service/NodeService';
|
||||
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
@ -51,6 +54,7 @@ export default {
|
|||
|
||||
<script setup>
|
||||
import { ref, onMounted } from 'vue';
|
||||
import { NodeService } from './service/NodeService';
|
||||
|
||||
const nodes = ref(null);
|
||||
const selectedValue = ref(null);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue