Skip to content

可收缩卡片

Usage

vue
<template>
    <q-shrink-card >
        123123
    </q-shrink-card>
</template>
<script lang="ts" setup>
import {QShrinkCard} from '@qmfront/vue3-antd-ui';

</script>
<style lang="scss" scoped>
</style>

API

a-card 一致

MIT Licensed