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