Skip to content

Commit

Permalink
2019 Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ArjunAranetaCodes committed Jan 26, 2020
1 parent 2923b71 commit f98799b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions feathers-vuejs-mysql-login-reg/client/src/App.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<template>
<div id="app">
<!--<img src="./assets/logo.png">-->
<navbar></navbar>
<router-view />
</div>
</template>

<script>
import Navbar from './components/Navbar'
export default {
name: 'App',
components: {
'Navbar': Navbar
}
}
</script>

0 comments on commit f98799b

Please sign in to comment.