mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-17 14:46:00 +08:00
11 lines
No EOL
152 B
Vue
11 lines
No EOL
152 B
Vue
<template>
|
|
<div class="step-checklist-container">
|
|
Checklist
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'Checklist'
|
|
}
|
|
</script> |