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

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