inleft
2022-03-02 34223b096cf6ad9d92c3702bb9529e764f523b11
commit | author | age
9bcb19 1 <template>
I 2   <div>
3     <router-view />
4   </div>
5 </template>
6
7 <script>
8
9 export default {
10   name: 'BlankLayout'
11 }
12 </script>
13
14 <style scoped>
15
16 </style>