parent
e785ccc9e6
commit
b7bb44f8c8
|
|
@ -293,7 +293,7 @@ const components = reactive([
|
|||
},
|
||||
]);
|
||||
const url_computer = (name: string) => {
|
||||
const new_url = ref(new URL(`../../../../../assets/images/layout/siderbar/${name}.png`, import.meta.url).href).value;
|
||||
const new_url = ref(new URL(`../../../../assets/images/layout/siderbar/${name}.png`, import.meta.url).href).value;
|
||||
return new_url;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue