feat: 提交模板代码
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// app.ts
|
||||
App<IAppOption>({
|
||||
globalData: {},
|
||||
onLaunch() {},
|
||||
})
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,5 @@
|
||||
// app.ts
|
||||
App<IAppOption>({
|
||||
globalData: {},
|
||||
onLaunch() {},
|
||||
})
|
||||