Create tests to Listing Component

This commit is contained in:
enzoggqs
2023-01-16 11:23:30 -03:00
parent 2c78a203b0
commit 98a5959369
5 changed files with 142 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
<script setup lang="ts">
import CustomButton from "@/components/CustomButton/CustomButton.vue";
import ListingComponent from "@/components/ListingComponent.vue";
import ListingComponent from "@/components/ListingComponent/ListingComponent.vue";
// props
const props = defineProps<{