1 Star 0 Fork 30

真的好难 / BaseCloud

forked from BASE / BaseCloud 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 439 Bytes
一键复制 编辑 原始数据 按行查看 历史
BASE 提交于 2021-02-01 16:06 . fix
<script>
export default {
globalData:{
debug : true
},
onLaunch: function() {
console.log('App Launch')
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
},
onPageNotFound:function(e){
console.error("page is not found , please check whether registered in the pages.json",e);
}
}
</script>
<style lang="scss">
@import './common/base-cloud.scss';
</style>
JavaScript
1
https://gitee.com/woligequ/BaseCloud.git
git@gitee.com:woligequ/BaseCloud.git
woligequ
BaseCloud
BaseCloud
master

搜索帮助