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

24 lines
239 B
TypeScript
Raw Normal View History

2026-01-30 16:29:23 +08:00
// pages/components/empty-plugin/empty-plugin.ts
Component({
/**
*
*/
properties: {
},
/**
*
*/
data: {
},
/**
*
*/
methods: {
}
})