Blame view

examples/routers/avatar.vue 92 Bytes
2c5faf30   梁灏   init Avatar compo...
1
2
3
4
5
6
7
8
  <template>
      <Avatar></Avatar>
  </template>
  <script>
      export default {
  
      }
  </script>