Files
MiniProgram/ProjectLiaisonForm/components/demo-header/index.js

17 lines
254 B
JavaScript
Raw Normal View History

2025-08-15 14:05:08 +08:00
Component({
options: {
multipleSlots: true,
},
properties: {
title: {
type: String,
},
desc: {
type: String,
},
notice: {
type: String,
},
},
});