1234567
  1. const path = require('path')
  2. module.exports = (options, ctx) => {
  3. return {
  4. globalLayout: path.resolve(__dirname, 'layouts/GlobalLayout.vue')
  5. }
  6. }