Newer
Older
casic-smartcity-well-front / src / App.vue
[wangxitong] on 8 Jul 2021 121 bytes mars3d总览
<template>
  <div id="app">
    <router-view/>
  </div>
</template>

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