Files
2025-10-30 18:21:38 +08:00

11 lines
203 B
TypeScript

Component({
properties: {
title: { type: String, value: '' },
desc: { type: String, value: '' },
hint: { type: String, value: '' },
},
data: {},
methods: {},
});