<template>
<div class="blank-layout">
<router-view/>
</div>
</template>
<style lang="scss">
.blank-layout {
/*
For IE11
*/
display: flex;
}
</style>