NEW
This commit is contained in:
18
frontend/sec_/views/HomeView.vue
Normal file
18
frontend/sec_/views/HomeView.vue
Normal file
@@ -0,0 +1,18 @@
|
||||
<template>
|
||||
<HelloWorld />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { defineComponent } from 'vue';
|
||||
|
||||
// Components
|
||||
import HelloWorld from '../components/HelloWorld.vue';
|
||||
|
||||
export default defineComponent({
|
||||
name: 'HomeView',
|
||||
|
||||
components: {
|
||||
HelloWorld,
|
||||
},
|
||||
});
|
||||
</script>
|
||||
Reference in New Issue
Block a user