Files
gecko/srde/miniprogram/components/risk-card/risk-card.ts
Daniel a94bd44c3a Initial commit
Made-with: Cursor
2026-02-28 18:43:09 +08:00

8 lines
155 B
TypeScript

Component({
properties: {
title: { type: String, value: '' },
value: { type: String, value: '' },
sub: { type: String, value: '' },
},
});