mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #5257
This commit is contained in:
parent
00c891a3e2
commit
0c6a35d280
9 changed files with 17 additions and 9 deletions
|
@ -1,5 +1,5 @@
|
|||
<template>
|
||||
<div :class="cx('root')" v-bind="ptm('root')">
|
||||
<div :class="cx('root')" v-bind="ptmi('root')">
|
||||
<OrganizationChartNode
|
||||
:node="value"
|
||||
:templates="$slots"
|
||||
|
@ -22,6 +22,7 @@ import OrganizationChartNode from './OrganizationChartNode.vue';
|
|||
export default {
|
||||
name: 'OrganizationChart',
|
||||
extends: BaseOrganizationChart,
|
||||
inheritAttrs: false,
|
||||
emits: ['node-unselect', 'node-select', 'update:selectionKeys', 'node-expand', 'node-collapse', 'update:collapsedKeys'],
|
||||
data() {
|
||||
return {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue