Newer
Older
smartwell_front / src / App.vue
StephanieGitHub on 4 Jul 2019 121 bytes first commit
<template>
  <div id="app">
    <router-view/>
  </div>
</template>

<script>
export default {
  name: 'App'
}
</script>