fix: fix album modal not showing up
Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2327>
This commit is contained in:
parent
a591f343f3
commit
88d3e23cc9
|
@ -25,6 +25,9 @@ watch(show, () => {
|
||||||
})
|
})
|
||||||
|
|
||||||
const albumForm = ref()
|
const albumForm = ref()
|
||||||
|
defineExpose({
|
||||||
|
show
|
||||||
|
})
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|
Loading…
Reference in New Issue