📝 Update RoadSign docs

This commit is contained in:
2024-10-04 17:55:42 +08:00
parent 92e56e7e88
commit a0cf66d2e1
7 changed files with 104 additions and 15 deletions

View File

@ -29,9 +29,9 @@
<v-fab
app
appear
size="large"
location="bottom end"
:key="'docs-fab-'+dialogOpen"
:icon="dialogOpen ? 'mdi-arrow-collapse-right' : 'mdi-menu'"
icon="mdi-menu"
@click="dialogOpen = !dialogOpen"
/>
</div>