mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-05 17:10:30 +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 itemId = computed<string>(() => route.params.id as string);
|
||||||
|
|
||||||
const originalItem = ref({
|
|
||||||
name: "",
|
|
||||||
quantity: 0,
|
|
||||||
});
|
|
||||||
|
|
||||||
const { data: locations } = useAsyncData(async () => {
|
const { data: locations } = useAsyncData(async () => {
|
||||||
const { data } = await api.locations.getAll();
|
const { data } = await api.locations.getAll();
|
||||||
return data.items;
|
return data.items;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue