Initial commit
Made-with: Cursor
This commit is contained in:
7
srde/miniprogram/components/risk-card/risk-card.ts
Normal file
7
srde/miniprogram/components/risk-card/risk-card.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
Component({
|
||||
properties: {
|
||||
title: { type: String, value: '' },
|
||||
value: { type: String, value: '' },
|
||||
sub: { type: String, value: '' },
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user