vue-2-crumbs
vue-2-crumbs copied to clipboard
Doesn't work with SSR
I'm getting the error:
[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build.
This originates in the AppBreadcrumbs component. Pages without crumbs are working fine.
It appears the problem lies with the template parameter, replacing it with a render function would fix the issue.