0👍
You will have to export the class you want to use.
export class className {}
and
import {className} from '<file path>';
- [Vuejs]-Using import/require in Vue.js data property with dynamic value
- [Vuejs]-How to use prismic group fields as items in a vuetify v-select element?
Source:stackexchange.com