'Vuestic-ui VaCheckbox Component is missing template or render function
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 |

