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