mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 12:16:06 +08:00
11 lines
145 B
Vue
11 lines
145 B
Vue
<template>
|
|
<div class="step-table-container">
|
|
Table
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'StepTable'
|
|
}
|
|
</script>
|