'Vuestic-ui VaCheckbox Component is missing template or render function

I am using it with Laravel 8 and VUEJS 3.

Everything works fine except " VaCheckbox " gives this message.

" Component is missing template or render function "

enter image description here

Any idea?

Thanks



Solution 1:[1]

I have the same problem using Vuestic
Solved when fix version on package.json to 1.3.4

"vuestic-ui": "1.3.4",

Then run

npm i

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Robert Gebhardt