Adding a delete button on media list

parent 913f6cf4
......@@ -90,6 +90,8 @@
v-if="scope.row.is_folder">
<i class="fa fa-pencil"></i>
</a>
<delete-button :scope="scope" :rows="data"></delete-button>
</div>
</template>
</el-table-column>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment