selecto
selecto copied to clipboard
[Vue warn]: Unknown custom element: <Selecto>
Environments
- Framework name: Vue
- Framework version: 2.x
Description
I got this error message: [Vue warn]: Unknown custom element: <Selecto> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
@cinyipang vue-selecto 1.10.3 is released. Try it again.
@daybrush I'm getting this error in the latest version. I even tried installing v1.10.3, but still had the same problem.
I noticed in the Storybook examples the package is being imported like:
import { VueSelecto } from "vue-selecto";
Rather than:
import Selecto from "vue-selecto";
Which the readme states. Changing it to the first example fixed my issue.