index.vue 265 B

1234567891011121314151617181920212223242526272829303132
  1. <template>
  2. <div>
  3. coupon
  4. </div>
  5. </template>
  6. <script>
  7. export default {
  8. components: {},
  9. data() {
  10. return {};
  11. },
  12. computed: {},
  13. watch: {},
  14. methods: {},
  15. created() {
  16. },
  17. mounted() {
  18. },
  19. }
  20. </script>
  21. <style lang='less' scoped>
  22. </style>