liuxiaolong
2019-05-06 770c069996e1d2979c1170c1639c18b02d07e72f
1
2
3
4
5
6
7
8
9
10
11
<template>
  <div class="router-transitions">
    <router-view></router-view>
  </div>
</template>
 
<script>
export default {
  name: 'app-layout-blank'
}
</script>