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