Does Nuxt fully support the latest Vue Functional Components?
[issue link]As per topic. Because I tried
<template functional>
<div>Test Functional</div>
</template>
When I do a page refresh, I got this error _vm._ssrNode is not a function
Not sure what I’m doing wrong. If someone could point me in the right direction it will be great.