ลบ props มาใช้ get

This commit is contained in:
STW_TTTY\stwtt 2024-04-23 16:26:38 +07:00
parent a0da7e0c94
commit 61f0d4dd5f
2 changed files with 1 additions and 7 deletions

View file

@ -17,10 +17,6 @@ const route = useRoute();
const idParam = ref<string>(route.params.id as string);
const props = defineProps({
dataCapacity: {
type: Object as () => FormCapacityList,
required: true,
},
getDataList: Function,
});