Blame view

ant-design-vue-jeecg/src/views/account/center/page/Article.vue 308 Bytes
肖超群 authored
1
2
3
4
5
6
7
8
9
<template>
  <a-list>
    <a-list-item>

    </a-list-item>
  </a-list>
</template>

<script>
肖超群 authored
10
11
import AList from 'ant-design-vue/es/list'
import AListItem from 'ant-design-vue/es/list/Item'
肖超群 authored
12
肖超群 authored
13
14
15
16
17
export default {
  name: "Article",
  components: {
    AList,
    AListItem
肖超群 authored
18
  }
肖超群 authored
19
}
肖超群 authored
20
21
22
23
24
</script>

<style scoped>

</style>