選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- <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>
|