# 组件开发规范

## 实现方法

### loadData

- 参数

  无

- 返回数据

  无

### getData

- 参数

  无

- 返回数据

  ```
  {value: "",label: ""}
  ```