Newer
Older
smartcity_env_front / src / App.vue
[wangxitong] on 22 Jul 2021 121 bytes first commit
<template>
  <div id="app">
    <router-view/>
  </div>
</template>

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