1 Star 0 Fork 318

华十三/tacomall-uniapp

forked from Jerry Tang/塔可商城 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
App.vue 713 Bytes
一键复制 编辑 原始数据 按行查看 历史
<!--
* @Author: 码上talk|RC
* @Date: 2020-06-09 23:20:26
* @LastEditTime: 2020-06-13 09:58:06
* @LastEditors: 码上talk|RC
* @Description:
* @FilePath: \tacomall-uniapp\App.vue
* @Just do what I think it is right
-->
<script>
import { mapActions } from "vuex";
export default {
methods: {
...mapActions(["initApp"])
},
onLaunch: function() {
console.log("App Launch");
},
onShow: function() {
this.initApp();
console.log("App Show");
},
onHide: function() {
console.log("App Hide");
}
};
</script>
<style lang="less">
@import "./common/less/base";
@import "./common/less/iconfont";
@import "./common/less/border-1px";
</style>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/pangjinhua/tacomall-uniapp.git
git@gitee.com:pangjinhua/tacomall-uniapp.git
pangjinhua
tacomall-uniapp
tacomall-uniapp
master

搜索帮助