1234567891011121314151617181920212223242526272829303132 |
- <template>
- <div>
- coupon
- </div>
- </template>
- <script>
- export default {
- components: {},
- data() {
- return {};
- },
- computed: {},
- watch: {},
- methods: {},
- created() {
- },
- mounted() {
- },
- }
- </script>
- <style lang='less' scoped>
- </style>
|