A
Alokaielvis_h

Use external component in vuestore front

hi, guys. im trying to use a external component in vustore front like v-calendar https://vcalendar.io/ but i dont know how to use that..it is like a project in vue? use like plugin? can someboby help me how to use the v-calendar in vuestore front, please ? when i use give me erros "did you register the component correctly"
Welcome | VCalendar
An elegant calendar and datepicker plugin for Vuejs.
DR
Darren R39d ago
@elvis_h You need to add this as a Nuxt plugin. Example here: https://debbie.codes/blog/nuxt-add-vue-plugins/
Debbie Codes
Adding Vue Plugins to your Nuxt APP
In Nuxt we can add Vue plugins to our application by creating a Nuxt plugin and then registering that plugin in the Nuxt Config file.