| 1234567891011121314151617181920212223242526 |
- <template>
- <view class="p20">
- <likeProuct></likeProuct>
- </view>
- </template>
- <script>
- import {likeProuct} from "@/components/likeProduct.vue"
- export default {
- components:{
- likeProuct
- },
- data() {
- return {
-
- }
- },
- methods: {
-
- }
- }
- </script>
- <style lang="scss" scoped>
- </style>
|