2018-01-20 06:33:42 +00:00
|
|
|
<template>
|
|
|
|
<div>
|
|
|
|
<md>
|
|
|
|
## 基本
|
|
|
|
</md>
|
2018-01-25 07:26:10 +00:00
|
|
|
<Card title="Card title">
|
2018-01-20 06:33:42 +00:00
|
|
|
<a href="#" slot="extra">More</a>
|
|
|
|
<p>Card content</p>
|
|
|
|
<p>Card content</p>
|
|
|
|
<p>Card content</p>
|
|
|
|
</Card>
|
|
|
|
</div>
|
|
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
|
|
import '../style'
|
|
|
|
import { Card } from 'antd'
|
|
|
|
export default {
|
|
|
|
components: {
|
|
|
|
Card,
|
|
|
|
},
|
|
|
|
}
|
|
|
|
</script>
|