UNPKG

cloud-ui.vusion

Version:
13 lines (11 loc) 353 B
#### 基本用法 ``` html <u-toc> <u-toc-item> <template #label>目录节点1</template> <u-toc-item><template #label>目录节点1.1</template></u-toc-item> </u-toc-item> <u-toc-item><template #label>目录节点2</template></u-toc-item> <u-toc-item><template #label>目录节点3</template></u-toc-item> </u-toc> ```