正在回答
14回答
同学你好,你的建议我们收到了,也会考虑进行优化,不过同学可以放心,不管是那种方式我们都会为你解决问题的。由于这个问题比较特殊,也鉴于同学比较爱学习,所以这次的问题,要不你再发到客服qq上, 我到客服那里要一下文件,尽快帮你处理一下问题。相信通过这次的解答同学应该能够掌握一些解决问题的技巧,这个非常重要。继续加油!
祝学习愉快
lin5_mumu
2018-11-22 17:57:03
<template>
<div id="app" class="g-container">
<div class="g-view-container">
<div class="g-footer-container">
<c-tabbar/>
</div>
</div>
</div>
</template>
<script>
import CTabbar from 'components/tabbar'
export default {
name: 'App',
components: {
CTabbar
}
}
</script>
lin5_mumu
2018-11-22 17:56:19
<template>
<div class="g-tabbar">
<router-link class="g-tabbar-item" to="/home">
<i class="icofont icon-home">
<span>首页</span>
</i>
</router-link>
<router-link class="g-tabbar-item" to="/category">
<i class="icofont icon-category">
<span>分类页</span>
</i>
</router-link>
<router-link class="g-tabbar-item" to="/cart">
<i class="icofont icon-cart">
<span>购物车</span>
</i>
</router-link>
<router-link class="g-tabbar-item" to="/personal">
<i class="icofont icon-personal">
<span>个人中心</span>
</i>
</router-link>
</div>
</template>
<script>
export default {
name: 'CTabbar'
}
</script>
热门框架Vue开发WebApp 18版
- 参与学习 人
- 提交作业 209 份
- 解答问题 3299 个
本路径是通过ES6基础知识、运用Zepto、Swiper、fullPag等移动端常用工具包、以及当下流行框架Vue,结合多个实战案例,还原真实开发场景,最终实现手机端购物商城网页开发。
了解课程







恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧
0 星