1 Star 0 Fork 2

EvinChan / uni-shop

forked from 叶宁 / uni-shop 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 298 Bytes
一键复制 编辑 原始数据 按行查看 历史
叶宁 提交于 2022-07-16 16:39 . 第一次提交
<script>
export default {
onLaunch: function() {
console.log('App Launch')
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style lang="scss">
@import "uview-ui/index.scss";
/*每个页面公共css */
</style>
1
https://gitee.com/evinchan/uni-shop.git
git@gitee.com:evinchan/uni-shop.git
evinchan
uni-shop
uni-shop
master

搜索帮助