chore: 合并代码

This commit is contained in:
就眠儀式
2022-04-10 12:49:30 +08:00
parent 0060adc843
commit b2b849a60d
5 changed files with 35 additions and 30 deletions

View File

@@ -84,4 +84,4 @@ const classes = computed(() => {
<slot v-else></slot>
<i v-if="suffixIcon" :class="`layui-icon ${suffixIcon}`"></i>
</button>
</template>
</template>

View File

@@ -4,5 +4,5 @@ export type ButtonBorder = "green" | "blue" | "orange" | "red" | "black";
export type ButtonNativeType = "button" | "submit" | "reset";
export const ButtonEmits = {
click: (evt: MouseEvent) => evt instanceof MouseEvent,
}
click: (evt: MouseEvent) => evt instanceof MouseEvent,
};

View File

@@ -7,7 +7,7 @@ export default {
<script setup lang="ts">
import "./index.less";
import { computed } from "vue";
import { BooleanOrString } from '../../types';
import { BooleanOrString } from "../../types";
export interface LayContainerProps {
fluid?: BooleanOrString;

View File

@@ -38,7 +38,7 @@ const matchComponents = [
{
pattern: /^LayBody$/,
styleDir: "body",
},
},
{
pattern: /^LayEmpty$/,
styleDir: "empty",