style(prettier): reset code style with prettier
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
<template>
|
||||
<i class="layui-icon" :class="[type]"></i>
|
||||
<i class="layui-icon" :class="[type]" />
|
||||
</template>
|
||||
|
||||
<script setup name="LayIcon" lang="ts">
|
||||
import { defineProps } from 'vue'
|
||||
|
||||
const props =
|
||||
defineProps<{
|
||||
type?: string
|
||||
}>()
|
||||
const props = defineProps<{
|
||||
type?: string
|
||||
}>()
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user