feat: 新增 card 组件 shadow 属性
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user