Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
[fix]修改升级兼容性问题
Browse files Browse the repository at this point in the history
  • Loading branch information
seho-dev committed Aug 15, 2021
1 parent b4671fe commit f16f5f6
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 16 deletions.
17 changes: 5 additions & 12 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
<script>
import {
onLaunch,
onShow,
onHide
} from 'vue'
export default {
setup() {
onLaunch(() => console.log('App Launch'))
onShow(() => console.log('App Show'))
onHide(() => console.log('App Hide'))
}
<script lang="ts">
export default {
setup() {
}
}
</script>

<style lang="scss">
Expand Down
20 changes: 18 additions & 2 deletions uniCloud-aliyun/cloudfunctions/application/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f16f5f6

Please sign in to comment.