5 lines
47 B
JavaScript
5 lines
47 B
JavaScript
|
|
//app.js
|
||
|
|
App({
|
||
|
|
onLaunch: function () {
|
||
|
|
}
|
||
|
|
})
|