I'm using single file components and sweet-modal-vue ver 1.2 and Vue.js2 .
I have tried the demo example but get this error :
[Vue warn]: Unknown custom element: <SweetModal> - did you register the component correctly? For recursive components, make sure to provide the "name" option.
found in
---> <Index> at src\components\home.vue
<App> at src\App.vue
<Root>
I'm using single file components and sweet-modal-vue ver 1.2 and Vue.js2 . I have tried the demo example but get this error :