Files
FreeERP.Applet/miniprogram/pages/components/total-bar-plugin/total-bar-plugin.ts

20 lines
242 B
TypeScript
Raw Normal View History

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