mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-03 08:10:28 +00:00
remove unused var
This commit is contained in:
parent
fb0898aa71
commit
3a5ae4950f
1 changed files with 0 additions and 5 deletions
|
@ -12,11 +12,6 @@
|
|||
|
||||
const itemId = computed<string>(() => route.params.id as string);
|
||||
|
||||
const originalItem = ref({
|
||||
name: "",
|
||||
quantity: 0,
|
||||
});
|
||||
|
||||
const { data: locations } = useAsyncData(async () => {
|
||||
const { data } = await api.locations.getAll();
|
||||
return data.items;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue