chore: commit时格式整理
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<script lang="ts">
|
||||
export default {
|
||||
name: "LayLine"
|
||||
}
|
||||
name: "LayLine",
|
||||
};
|
||||
</script>
|
||||
|
||||
<script setup lang="ts">
|
||||
export interface LayLineProps {
|
||||
theme?: string;
|
||||
theme?: string;
|
||||
}
|
||||
|
||||
const props = defineProps<LayLineProps>();
|
||||
@@ -14,4 +14,4 @@ const props = defineProps<LayLineProps>();
|
||||
|
||||
<template>
|
||||
<hr :class="['layui-border-' + theme]" />
|
||||
</template>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user