123456789101112 |
- <script setup lang="ts">
- import { Welcome } from 'ant-design-x-vue';
- defineOptions({ name: 'AXWelcomeBasicSetup' });
- </script>
- <template>
- <Welcome
- icon="https://mdn.alipayobjects.com/huamei_iwk9zp/afts/img/A*s5sNRo5LjfQAAAAAAAAAAAAADgCCAQ/fmt.webp"
- title="Hello, I'm Ant Design X"
- description="Base on Ant Design, AGI product interface solution, create a better intelligent vision~"
- />
- </template>
|