mirror of
https://github.com/sunniejs/vue-h5-template.git
synced 2025-10-05 18:59:59 +08:00
格式化一点点代码
This commit is contained in:
parent
af7fc3130b
commit
6f15b60e41
@ -7,8 +7,8 @@
|
||||
<van-tabbar-item to="/about" icon="user-o">
|
||||
关于我
|
||||
</van-tabbar-item>
|
||||
</van-tabbar>
|
||||
<!-- <van-tabbar fixed v-model="active" @change="onChange">
|
||||
</van-tabbar>
|
||||
<!-- <van-tabbar fixed v-model="active" @change="onChange">
|
||||
<van-tabbar-item to="/home" icon="home-o">首页</van-tabbar-item>
|
||||
<van-tabbar-item to="/about" icon="user-o">关于我</van-tabbar-item>
|
||||
</van-tabbar> -->
|
||||
|
@ -13,7 +13,7 @@
|
||||
<img :src="this.wechat" alt="">
|
||||
</div>
|
||||
<div class="item">关注公众号:回复“加群”即可加 前端仙女群</div>
|
||||
<div class="item">{{userName}} <van-button v-if="userName==''" type="warning" size="small" @click="doDispatch">快点我~</van-button>
|
||||
<div class="item">{{ userName }} <van-button v-if="userName==''" type="warning" size="small" @click="doDispatch">快点我~</van-button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user