赞
踩
中文文档 https://better-scroll.github.io/docs/zh-CN/
yarn add @better-scroll/core
import BScroll from '@better-scroll/core'
//左侧分类导航(asideArr为分类类名数组)
<aside class="aside">
<van-sidebar v-model="activeKey"> //activeKey为激活样式的索引
<van-sidebar-item v-for="(v, i) in asideArr" :key="i" :title="v"/>
</van-sidebar>
</aside>
//右侧数据列表(假设每个分类有多个项)
<main class="main">
<ul>
<li v-for="...">
<h1>每个分类的类名</h1>
<van
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。