Suzhou-SafetyToolsWarning-WX/components/demo-header/index.js

17 lines
254 B
JavaScript
Raw Normal View History

2025-11-07 14:54:09 +08:00
Component({
options: {
multipleSlots: true,
},
properties: {
title: {
type: String,
},
desc: {
type: String,
},
notice: {
type: String,
},
},
});