init project
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<template>
|
||||
<div class="container">
|
||||
Hello World
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref, onMounted } from 'vue'
|
||||
|
||||
|
||||
onMounted(() => {
|
||||
|
||||
})
|
||||
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.container {
|
||||
height: 100vh;
|
||||
background-color: #f5f7fa;
|
||||
}
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user