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