Files
mixtape/zero.Backoffice.UI/app/editor/fields/static/line.vue
T
2021-12-09 10:51:10 +01:00

11 lines
141 B
Vue

<template>
<hr style="margin: 50px 0;" />
</template>
<script>
export default {
props: {
config: Object
}
}
</script>