Closed mtimofiiv closed 6 years ago
Hey, the following should work...
import { FullCalendar } from 'vue-full-calendar'
export default {
components: {
FullCalendar,
},
}
@BrockReece tried that! Still having the issue. The name of the import does not seem to affect it.
@mtimofiiv this is working for me in this sandbox https://codesandbox.io/s/1zz00qvnzl
Btw, this isn't about the name of the import, this is specifically exporting the FullCalendar component as opposed from exporting the default Vue plugin.
import { FullCalendar } from 'vue-full-calendar'
Hope that helps?
Sorry, misread that, did not notice the destructuring! Now it works.
Great
Works like so:
If you try to do this:
You get
Failed to mount component: template or render function not defined