ArticleBlock.vue 128 Bytes
Newer Older
repin's avatar
repin committed
1 2 3 4 5 6 7
<template>
  <article>
    <div class="example-user-icon"></div> Page content
  </article>
</template>
<script setup>
</script>