1 Star 0 Fork 13

ryvius_key/基于 Uni-app 的视频播放软件

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
App.vue 550 Bytes
一键复制 编辑 原始数据 按行查看 历史
小灰熊 提交于 2020-03-10 09:59 . 上传文件
<script>
export default {
onLaunch: function() {
console.log('App Launch')
},
onShow: function() {
console.log('App Show')
},
onHide: function() {
console.log('App Hide')
}
}
</script>
<style>
/*每个页面公共css */
@import url('./components/colorui/icon.css');
@import url('./components/colorui/main.css');
@import url('./components/colorui/animation.css');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
.content{
width: 100%;
height: 100%;
background-color: #F7F7F7;
}
</style>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/ryvius_key/simpleMovie.git
git@gitee.com:ryvius_key/simpleMovie.git
ryvius_key
simpleMovie
基于 Uni-app 的视频播放软件
master

搜索帮助