mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-19 07:00:59 +00:00
6 lines
81 B
JavaScript
6 lines
81 B
JavaScript
|
export default {
|
||
|
render (h) {
|
||
|
return h('span', ['support js pages'])
|
||
|
}
|
||
|
}
|