ลบ props มาใช้ get
This commit is contained in:
parent
a0da7e0c94
commit
61f0d4dd5f
2 changed files with 1 additions and 7 deletions
|
|
@ -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,
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue