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

11 lines
141 B
Vue

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