Files

22 lines
271 B
TypeScript
Raw Normal View History

2023-08-30 17:27:21 +08:00
// components/statistics-card/index.ts
Component({
/**
*
*/
properties: {
statisticsData: {
type: Object,
},
},
/**
*
*/
data: {},
/**
*
*/
methods: {},
});