el-tree
Installation
SKILL.md
Tree Component
Tree component displays a set of data with hierarchies, supporting selection, filtering, lazy loading, and drag-and-drop functionality.
When to Use
- Display folder or directory structures
- Show organization charts
- Category or classification selection
- Menu navigation with nested items
- Any hierarchical data representation
Basic Usage
<template>
<el-tree :data="data" :props="defaultProps" />
</template>