audio editable

This commit is contained in:
2024-04-02 12:27:11 +02:00
parent a96230ebe7
commit e34c9cbd9c
5 changed files with 211 additions and 6 deletions
+5 -1
View File
@@ -118,6 +118,9 @@ export default {
// })
// console.log('save csrf_token', this.csrf_token);
},
onUpdated(){
this.$emit('updated');
}
},
components: {
@@ -148,7 +151,8 @@ export default {
bundle: data.bundle,
id: data.id,
field: {field_name: data.field, value:'alt', additional_values:{target_id:image.id}}
}" />
}"
v-on:updated="onUpdated" />
</figure>
<div v-if="can_update" @click="onDeleteImg" class="delete-btn">