前言
生成目录结构
1 | function getCatalog(className){ |
滚动到指定位置
1 | function scrollToDiv(className) { |
Vue项目中对接
模板
1 | <div class="catalog" v-show="showCatalog"> |
JS
1 | { |
CSS
1 | .catalog { |
1 | function getCatalog(className){ |
1 | function scrollToDiv(className) { |
1 | <div class="catalog" v-show="showCatalog"> |
1 | { |
1 | .catalog { |