scinote-web/app/javascript/vue/protocol/step_components/table.vue
2022-05-03 13:55:08 +02:00

12 lines
145 B
Vue

<template>
<div class="step-table-container">
Table
</div>
</template>
<script>
export default {
name: 'StepTable'
}
</script>