Files

24 lines
239 B
TypeScript
Raw Permalink Normal View History

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