create button components - incomplete

This commit is contained in:
kur0nek-o
2023-10-17 20:59:59 +07:00
parent 7c6a28b98d
commit df01b11675
5 changed files with 75 additions and 4 deletions

7
src/views/TestView.vue Normal file
View File

@ -0,0 +1,7 @@
<script setup lang="ts">
import Button from '@/components/Button.vue'
</script>
<template>
<Button />
</template>