1 Star 0 Fork 49

im / uni-chat

forked from 野火IM / uni-chat 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 394 Bytes
一键复制 编辑 原始数据 按行查看 历史
armXyz 提交于 2022-06-17 11:48 . refactor
<script>
import wfc from 'wfc/client/wfc.js'
export default {
onLaunch: function () {
console.log("App Launch");
wfc.init();
},
onShow: function () {
console.log("App Show");
},
onHide: function () {
console.log("App Hide");
},
};
</script>
<style>
/*每个页面公共css */
@import './global.css';
@import './wfc.css';
@import './static/customicons.css';
</style>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wang_im/uni-chat.git
git@gitee.com:wang_im/uni-chat.git
wang_im
uni-chat
uni-chat
main

搜索帮助

344bd9b3 5694891 D2dac590 5694891