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

Commit

Permalink
Merge branch 'dev' of github.com:swordCodePractice/InternetQuestionBank
Browse files Browse the repository at this point in the history
  • Loading branch information
seho-dev committed Aug 15, 2021
2 parents b52f0b3 + f16f5f6 commit 3a7c9a0
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 3a7c9a0

Please sign in to comment.