Skip to content
Discussion options

You must be logged in to vote

It's possible to add Vuetify, and any other Vue plugins by using enhanceApp:

import { defineConfig } from 'iles'
import { createVuetify } from 'vuetify'

export default defineConfig({
  enhanceApp ({ app }) {
	const vuetify = createVuetify()
    app.use(vuetify)
  },
})

Replies: 2 comments 1 reply

Comment options

TechAkayy
Aug 10, 2022
Collaborator Author

You must be logged in to vote
1 reply
@ElMassimo
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by ElMassimo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants