Files
mixtape/zero.Web.UI/App/editor/fields/static/line.vue
T
2020-10-15 14:10:23 +02:00

11 lines
141 B
Vue

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