Created
September 18, 2017 20:37
-
-
Save ktquez/83962a6036e75f044e20dfa2eeffeb8a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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