Files
FreeERP.Applet/miniprogram/pages/components/count-plugin/count-plugin.ts

21 lines
259 B
TypeScript
Raw Normal View History

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