派生自 wuyushui/SewerAndRainNetwork

YANGDL
2021-01-05 8f015e4bfcd64305be602c4343abe2585e2d47da
src/App.vue
@@ -8,10 +8,18 @@
export default {
  name: 'App',
  mounted(){
  mounted () {
  }
}
</script>
<style>
html, body, #app{
  color: #2c3e50;
  height: 100vh;
  width: 100vw;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
</style>