scinote-web/app/javascript/vue/protocol/step_components/table.vue

11 lines
144 B
Vue
Raw Normal View History

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