mirror of
https://github.com/openharmony/developtools_ace-ets2bundle.git
synced 2026-07-19 16:43:34 -04:00
424696f97b
Signed-off-by: zhongjianfei <zhongjianfei@huawei.com>
9 lines
159 B
Plaintext
9 lines
159 B
Plaintext
export default {
|
|
onCreate() {
|
|
console.info('Application onCreate')
|
|
},
|
|
onDestroy() {
|
|
console.info('Application onDestroy')
|
|
},
|
|
}
|