Newer
Older
iris_temperature_front_gz / src / App.vue
IRIS on 9 Apr 2020 121 bytes 第一次提交
<template>
  <div id="app">
    <router-view/>
  </div>
</template>

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