scinote-web/app/javascript/vue/forms/edit_fields/action.vue
2025-03-21 10:43:05 +01:00

9 lines
112 B
Vue

<template>
<hr class="my-4 w-full">
</template>
<script>
export default {
name: 'ActionField'
};
</script>