builded flat toc, needed for infinite loading

This commit is contained in:
2020-07-22 23:32:15 +02:00
parent 7b2a801b47
commit 3ecbf45e2f
3 changed files with 65 additions and 7 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
@input="onClickPaginationItem"
>
<template v-slot:option="option">
<span v-for="l in option.level" :key="l" class="op-tab"/>
<span v-for="l in option.level" :key="l" class="op-tab" />
{{ option.label }}
</template>
</v-select>