-
Notifications
You must be signed in to change notification settings - Fork 27
Description
I tried to run the Default theme jsfiddle demo.
I am getting the below error in the console :-
vue.js:634 [Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
(found in )
as soon as I launch the fiddle.
If i click on any button in the demo, i can see the below error in the console :-
vue.js:634 [Vue warn]: Error in v-on handler: "TypeError: this.$notify is not a function"
(found in )
vue.js:1897 TypeError: this.$notify is not a function
at Vue.addNotification ((index):40)
at click (eval at createFunction (vue.js:11649), :3:137)
at invokeWithErrorHandling (vue.js:1863)
at HTMLButtonElement.invoker (vue.js:2188)
at HTMLButtonElement.original._wrapper (vue.js:7547)
I am running the latest version of chrome.
I am facing the same when i include the plugin in my vue application.