feat: 新增 card 组件 shadow 属性

This commit is contained in:
就眠儀式
2022-03-29 05:29:05 +08:00
parent ed9ebccf79
commit 65031d2507
5 changed files with 86 additions and 26 deletions

View File

@@ -7,7 +7,12 @@ export default {
<script setup lang="ts">
import "./index.less";
import { computed } from "vue";
import { ButtonBorder, ButtonNativeType, ButtonSize, ButtonType} from "./interface";
import {
ButtonBorder,
ButtonNativeType,
ButtonSize,
ButtonType,
} from "./interface";
import { BooleanOrString, String } from "src/types";
export interface LayButtonProps {