Skip to content

Instantly share code, notes, and snippets.

@ktquez
Created September 18, 2017 20:37
Show Gist options
  • Select an option

  • Save ktquez/83962a6036e75f044e20dfa2eeffeb8a to your computer and use it in GitHub Desktop.

Select an option

Save ktquez/83962a6036e75f044e20dfa2eeffeb8a to your computer and use it in GitHub Desktop.
import Vue from 'vue'
import router from './router'
import { VueExtendLayout, layout } from 'vue-extend-layout'
Vue.config.productionTip = false
Vue.use(VueExtendLayout)
/* eslint-disable no-new */
new Vue({
el: '#app',
router,
...layout // Add methods to extend layouts
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment