liuxiaolong
2019-05-06 8700cf1dc46c350371d865532c2914595187788e
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>