<template>
  <article class="atropos">
    there shoudlbe atropos
    <atropos-component class="my-atropos">
    </atropos-component>
  </article>
</template>

<style>
.atropos {
  background-color: red;
}
.my-atropos {
  width: 320px;
  height: 460px;
}
</style>