6 lines
66 B
TypeScript
6 lines
66 B
TypeScript
// app.ts
|
|
App<IAppOption>({
|
|
globalData: {},
|
|
onLaunch() {},
|
|
})
|