Skip to content

Instantly share code, notes, and snippets.

View iNerV's full-sized avatar
❄️
Winter is coming

Vladimir Voytenko iNerV

❄️
Winter is coming
View GitHub Profile
import Vue from 'vue';
/**
* Find which layout the component should render.
* If the component is not specified layout name, `default` is used.
* Otherwise return undefined.
*/
function resolveLayoutName(matched) {
const defaultName = 'default';
const last = matched[matched.length - 1];