関数型コンポーネント (functional)
参考:
Functional Components | Vue Loader [Official]
Functional Components in Vue.js | Alligator.io
VueJS functional components (SFC): how to encapsulate code? – Stack Overflow
components
参考:
Vue.js の template functional で components が認識されないバグがあるのでその対処をする | Snippet
methods
参考:
Support for methods in functional component + template · Issue #8142 · vuejs/vue – GitHub
Support for methods in functional component + template · Issue #1291 · vuejs/vue-loader – GitHub
template or render function not defined エラー
render
関数もしくはテンプレートが見つからない。
Failed to mount component: template or render function not defined.
参考: