Currently, I am actively engaged in a project using Directus. Directus is a PHP and Vue.js-based Headless CMS.
I am interested in incorporating a theme or plugin like Vuetify onto a specific custom page. A plugin typically looks something similar to this:
import Vue from 'vue'; // A snippet from an actual code
Vue.use(...)
The challenge I am facing is that I do not have access to the file where Vue is initialized.
Is it possible to add plugins and themes from child files within the project? If so, how can this be achieved?
In advance, I would like to express my gratitude for your forthcoming responses!!
Sincerely,
Nicolas