Skip to content
Snippets Groups Projects
Commit e96f187e authored by Ina Martini's avatar Ina Martini
Browse files

refactor: remove openSpare

parent d10f14f7
No related branches found
No related tags found
3 merge requests!66Final merge,!49Create spare component,!4Pipeline fix
......@@ -39,6 +39,8 @@ onMounted(async () => {
.catch((error) => {
return console.log(error)
})
openSpare()
})
const openSpare = () => {
......@@ -97,7 +99,6 @@ const openSpare = () => {
:png-size="15"
:imageDirection="'left'"
:direction="'right'"
@openSpare="openSpare"
class="mb-5"
></SpareComponent>
<div class="flex flex-row justify-between mx-4">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment