Nuxt/test/fixtures/basic/pages/custom.js
pooya parsa e7cc2757c3 refactor: update eslint-config to 1.x
Co-authored-by: Alexander Lichter <manniL@gmx.net>
2019-07-10 15:15:49 +04:30

7 lines
92 B
JavaScript

export default {
layout: 'custom',
render (h) {
return h('h2', 'custom page')
}
}