7 lines
95 B
TypeScript
7 lines
95 B
TypeScript
App<IAppOption>({
|
|
globalData: {},
|
|
onLaunch() {
|
|
// 可在此扩展启动逻辑
|
|
},
|
|
});
|