8 lines
212 B
Vue
8 lines
212 B
Vue
![]() |
<template>
|
||
|
<div class="content-section content-submenu p-clearfix">
|
||
|
<ul>
|
||
|
<li><router-link to="/treetable">● Documentation</router-link></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</template>
|