推广小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
331 B

5 months ago
  1. <template>
  2. <div class='cardList'>r435345</div>
  3. </template>
  4. <script>
  5. export default {
  6. data() {
  7. return {
  8. };
  9. },
  10. components: {
  11. },
  12. computed: {
  13. },
  14. watch: {
  15. },
  16. created() {
  17. },
  18. mounted() {
  19. },
  20. methods: {
  21. }
  22. };
  23. </script>
  24. <style scoped lang="stylus">
  25. </style>