inleft
2022-02-17 4d51af31b49927bf401e432138d584f9ef40ef22
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>