vue-2-crumbs icon indicating copy to clipboard operation
vue-2-crumbs copied to clipboard

Doesn't work with SSR

Open dahousecat opened this issue 4 years ago • 0 comments

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.

dahousecat avatar May 21 '20 13:05 dahousecat