Skip to content

Commit

Permalink
Transfer Image to Overview Component (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
workpebojot committed May 11, 2021
1 parent 3b9cea2 commit fab6aaf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<template>
<div class="home">
<img class="img-fluid img-thumbnail" alt="UDMS logo" src="@/assets/logo.png">
<Overview msg="Welcome to Your Vue.js + TypeScript App"/>
<Footer />
</div>
Expand All @@ -9,7 +8,7 @@
<script lang="ts">
import { Component, Vue } from 'vue-property-decorator';
import Overview from '@/components/Overview.vue'; // @ is an alias to /src
import Footer from '@/components/Footer.vue'; // @ is an alias to /src
import Footer from '@/components/Footer.vue';
@Component({
components: {
Expand Down

0 comments on commit fab6aaf

Please sign in to comment.