Newer
Older
garbageClassificationFront / src / App.vue
StephanieGitHub on 7 May 2021 121 bytes first commit
<template>
  <div id="app">
    <router-view/>
  </div>
</template>

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