Update readme and add myself page

Signed-off-by: Al Asad Nur Riyad <asadnurriyad@gmail.com>
This commit is contained in:
Al Asad Nur Riyad
2023-05-04 01:50:28 +06:00
parent d72d852552
commit eece29af28
29 changed files with 3515 additions and 1434 deletions

9
pages/myself.vue Normal file
View File

@@ -0,0 +1,9 @@
<script setup lang="ts">
const x = ref(10)
</script>
<template>
<div>
<h1>{{ x }}</h1>
</div>
</template>