| 1234567891011 |
- // module/health/components/report-health-index/report-health-index.ts
- Component({
- options: {
- multipleSlots: true,
- },
- properties: {
- dataset: { type: Array, value: [] },
- loading: { type: Boolean, value: false },
- message: { type: String, value: '' },
- },
- })
|