Files

20 lines
242 B
TypeScript
Raw Permalink Normal View History

2026-01-28 17:13:51 +08:00
Component({
options: { multipleSlots: true },
/**
*
*/
properties: {
customStyle: null,
},
/**
*
*/
data: {},
/**
*
*/
methods: {},
});