若依
2020-08-18 61e10f2783bcfd7a5d6052cf349f4a47447a31f6
1
2
3
4
5
6
7
8
9
10
11
<template>
  <div id="app">
    <router-view />
  </div>
</template>
 
<script>
export default  {
  name:  'App'
}
</script>