fix: Optimize UnoCSS property sorting (#63)

This commit is contained in:
CharleeWa 2024-03-05 00:24:49 +08:00
parent ef7f4cb5fc
commit 807481c6ab
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ const title = computed(() => {
v-show="title"
:title="title"
:fixed="true"
left-arrow clickable
clickable left-arrow
@click-left="onBack"
/>
</template>