first commit
This commit is contained in:
11
src/components/Main.vue
Normal file
11
src/components/Main.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<script setup>
|
||||
import { ref } from 'vue'
|
||||
|
||||
</script>
|
||||
|
||||
<template>
|
||||
main
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
</style>
|
||||
Reference in New Issue
Block a user