mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-10-15 11:40:38 +08:00
refactor: format all vue file
This commit is contained in:
@@ -104,12 +104,12 @@ const openGithub = () => {
|
||||
class="flex-box-v"
|
||||
>
|
||||
<n-menu
|
||||
:collapsed-width="props.width"
|
||||
:value="props.value"
|
||||
:collapsed="true"
|
||||
:collapsed-icon-size="iconSize"
|
||||
@update:value="(val) => emit('update:value', val)"
|
||||
:collapsed-width="props.width"
|
||||
:options="menuOptions"
|
||||
:value="props.value"
|
||||
@update:value="(val) => emit('update:value', val)"
|
||||
/>
|
||||
<div class="flex-item-expand"></div>
|
||||
<div class="nav-menu-item flex-box-v">
|
||||
|
Reference in New Issue
Block a user