[Vuejs]-[Vue warn]: Failed to mount component when using mixin with a parameter

0👍

Based on this article you should be able to statically pass a parameter, but not dynamically.
https://forum.vuejs.org/t/pass-parameters-to-a-mixin-method/26401/3

However, what I can see from the warn you get and the code you shared, is that you haven’t defined any template for the component using the template property or the template element in the .vue file.

Leave a comment