chore: commit时格式整理
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<script lang="ts">
|
||||
export default {
|
||||
name: "LayMenuItem"
|
||||
}
|
||||
name: "LayMenuItem",
|
||||
};
|
||||
</script>
|
||||
|
||||
<script setup lang="ts">
|
||||
@@ -9,7 +9,7 @@ import { inject, Ref, useSlots } from "vue";
|
||||
|
||||
export interface LayMenuItemProps {
|
||||
id: string;
|
||||
title?: string;
|
||||
title?: string;
|
||||
}
|
||||
|
||||
const slots = useSlots();
|
||||
@@ -34,4 +34,4 @@ const selectHandle = function () {
|
||||
<span v-else>{{ title }}</span>
|
||||
</a>
|
||||
</li>
|
||||
</template>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user