mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
Renamed handleDeleteSocialMedia
This commit is contained in:
parent
b03cbb212a
commit
3294cffa88
@ -28,7 +28,7 @@
|
||||
class="layout-leave-active"
|
||||
/>
|
||||
<a
|
||||
@click="onDelete(link)"
|
||||
@click="handleDeleteSocialMedia(link)"
|
||||
>
|
||||
<ds-icon name="trash"/>
|
||||
</a>
|
||||
@ -117,7 +117,7 @@ export default {
|
||||
(this.value = '')
|
||||
)
|
||||
},
|
||||
onDelete(link) {
|
||||
handleDeleteSocialMedia(link) {
|
||||
console.log(link)
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user