index.vue 209 Bytes
Newer Older
1377875331@qq.com committed
1
<template>
2 3
  <div id="docpan_container">
      <router-view></router-view>
1377875331@qq.com committed
4 5 6 7 8
  </div>
</template>

<script>
export default {
9

1377875331@qq.com committed
10 11 12
}
</script>

13 14 15 16 17
<style>
#docpan_container{
    width: 100%;
    height: 100%;
}
1377875331@qq.com committed
18
</style>