collection.vue 221 B

1234567891011121314151617
  1. <template>
  2. <div>
  3. </div>
  4. </template>
  5. <script>
  6. export default {
  7. data() {
  8. return {}
  9. },
  10. created() {},
  11. mounted() {},
  12. methods: {}
  13. }
  14. </script>
  15. <style>
  16. </style>