Newer
Older
smartcity_map_front / src / App.vue
wangxitong on 6 Mar 2021 121 bytes first commit
<template>
  <div id="app">
    <router-view/>
  </div>
</template>

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