inleft
2022-02-09 9bcb19959eeb9da9bde2561e7278f6d0a55eb151
commit | author | age
9bcb19 1 <template>
I 2   <a-list
3     itemLayout="horizontal"
4     :dataSource="data"
5   >
6
7   </a-list>
8 </template>
9
10 <script>
11 export default {
12   data () {
13     return {
14       data: []
15     }
16   },
17   methods: {
18
19   }
20 }
21 </script>
22
23 <style scoped>
24
25 </style>