Importing Crayons components into Freshdesk app (Vue)

Hi!
I need some help with importing Crayons components into my Freshdesk app.
I use Vue 2.6; crayons 4.2

I followed this document: https://crayons.freshworks.com/frameworks/vue/#usage

When I import components one by one directly in App.vue (like in this example), the components display correctly.

However, this approach is not very convenient, and I would prefer to import them directly in main.js, as shown in this example.

But it doesn’t work properly in my case(((

Here’s what I get on the front-end: Screenshot by Lightshot

I created the app from scratch with vue 2.6 and vue 3, but I still get the same result.

Maybe there’s another way, or I’m doing something wrong?

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.