component

This commit is contained in:
setthawutttty 2023-06-02 09:43:28 +07:00
parent d57bcd1719
commit 9be531bd01
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<script setup lang="ts"></script>
<template>
<h1>test</h1>
</template>
<style lang="scss"></style>