refactor: register ant-design-vue components in main.js #28
This commit is contained in:
@@ -10,8 +10,6 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import AIcon from 'ant-design-vue/es/icon/icon'
|
||||
|
||||
const Group = {
|
||||
name: 'AStepItemGroup',
|
||||
render (h) {
|
||||
@@ -26,7 +24,6 @@ const Group = {
|
||||
export default {
|
||||
name: 'AStepItem',
|
||||
Group: Group,
|
||||
components: {AIcon},
|
||||
props: ['title', 'icon', 'link', 'titleStyle', 'iconStyle'],
|
||||
methods: {
|
||||
go () {
|
||||
|
||||
Reference in New Issue
Block a user