scinote-web/app/javascript/vue/protocol/step_attachments/inline.vue
2022-05-12 18:04:06 +02:00

12 lines
166 B
Vue

<template>
<div class="inline-attachment-container asset">
inline
</div>
</template>
<script>
export default {
name: 'inlineAttachment',
}
</script>