You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I would like to know how to import a library that will be used throughout the project (options / popup / content / CSUI...)
example: https://primevue.org/installation/
And another doubt would be how do I import previously created components (.vue), mainly within the CSUI.
The text was updated successfully, but these errors were encountered:
import "vuetify/lib/styles/main.css"
import { createVuetify } from 'vuetify'
import * as components from 'vuetify/lib/components/index.mjs'
import * as directives from 'vuetify/lib/directives/index.mjs'
import "vuetify/lib/styles/main.css"
import { createVuetify } from 'vuetify'
import * as components from 'vuetify/lib/components/index.mjs'
import * as directives from 'vuetify/lib/directives/index.mjs'
Hello, I would like to know how to import a library that will be used throughout the project (options / popup / content / CSUI...)
example: https://primevue.org/installation/
And another doubt would be how do I import previously created components (.vue), mainly within the CSUI.
The text was updated successfully, but these errors were encountered: