init
This commit is contained in:
21
frontend/src/routes/Index.vue
Normal file
21
frontend/src/routes/Index.vue
Normal file
@@ -0,0 +1,21 @@
|
||||
<template>
|
||||
<section>
|
||||
<v-img
|
||||
:src="require('../assets/logo.svg')"
|
||||
class="ma-3"
|
||||
contain
|
||||
height="200"
|
||||
></v-img>
|
||||
</section>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data: () => ({
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
||||
<style>
|
||||
|
||||
</style>
|
||||
Reference in New Issue
Block a user