Update readme and add myself page
Signed-off-by: Al Asad Nur Riyad <asadnurriyad@gmail.com>
This commit is contained in:
9
pages/myself.vue
Normal file
9
pages/myself.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<script setup lang="ts">
|
||||
const x = ref(10)
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<h1>{{ x }}</h1>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user