Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
giridhar30 committed Aug 26, 2021
1 parent 77de8c4 commit 136422b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<template>
<div id="app">
<img alt="Vue logo" src="./assets/logo.png">
<HelloWorld msg="Welcome to Your Vue.js App"/>
<img alt="Vue logo" src="./assets/logo.png" />
<HelloWorld msg="Welcome to Your Vue.js App" />
</div>
</template>

<script>
import HelloWorld from './components/HelloWorld.vue'
import HelloWorld from "./components/HelloWorld.vue";
export default {
name: 'App',
name: "App",
components: {
HelloWorld
}
}
HelloWorld,
},
};
</script>

<style>
Expand Down

0 comments on commit 136422b

Please sign in to comment.