Files
2025-09-14 00:21:54 +08:00

9 lines
113 B
JavaScript

Component({
// behaviors: [{}],
properties: {
title: {
type: String,
value: '',
}
}
});