feat: some improvements for npm publish

This commit is contained in:
Alexandr
2022-07-22 12:07:21 +03:00
parent 6f6bdc9eaf
commit 92c8a4224f
6 changed files with 27 additions and 25 deletions

View File

@@ -1,5 +1,7 @@
<template>
<img class="w-10 h-10 rounded-full" src="/docs/images/people/profile-picture-5.jpg" alt="Rounded avatar">
<div>
<!-- <img class="w-10 h-10 rounded-full" src="/docs/images/people/profile-picture-5.jpg" alt="Rounded avatar">-->
</div>
</template>
<script lang="ts" setup>
import { computed, toRefs } from 'vue'