BlankLayout.js 70 Bytes
export default {
    render() {
        return <router-view />
    }
}