refactor: register ant-design-vue components in main.js #28
This commit is contained in:
@@ -21,10 +21,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import ACard from 'ant-design-vue/es/card/Card'
|
||||
export default {
|
||||
name: 'ChartCard',
|
||||
components: {ACard},
|
||||
props: ['title', 'total']
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user