1 Star 1 Fork 0

haw/hawcms-app

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
App.vue 358 Bytes
Copy Edit Raw Blame History
cqpsjsl authored 2022-11-12 19:49 . commit
<script>
export default {
onLaunch: function() {
console.log('App Launch')
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style>
/*每个页面公共css */
</style>
<style lang="scss">
@import "@/uni_modules/uview-ui/index.scss";
@import "common/demo.scss";
</style>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/hawcms/hawcms-app.git
git@gitee.com:hawcms/hawcms-app.git
hawcms
hawcms-app
hawcms-app
master

Search