vite
This commit is contained in:
parent
bb7f15366c
commit
7c70f44d7a
|
@ -8,7 +8,7 @@ type ItemType = {
|
|||
"hours": string,
|
||||
"percent": string
|
||||
}
|
||||
const baseUrl = import.meta.env.VITE_SERVER || ''
|
||||
const baseUrl = import.meta.env ? import.meta.env.VITE_SERVER || '' : ''
|
||||
const numberElement = ref(0)
|
||||
const item = computed(() => {
|
||||
if (Object.values(data.value)[numberElement.value]) {
|
||||
|
|
Loading…
Reference in New Issue