mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-01-13 16:34:45 +00:00
14 lines
182 B
Vue
14 lines
182 B
Vue
<template>
|
|
<delete-data />
|
|
</template>
|
|
|
|
<script>
|
|
import DeleteData from '~/components/DeleteData/DeleteData.vue'
|
|
|
|
export default {
|
|
components: {
|
|
DeleteData,
|
|
},
|
|
}
|
|
</script>
|