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
This is not really an issue,but a question. First of all, I am building a UI library with a very similar setup (UI components which are based on Vuetify components under the hood).
During the development I wanted to init Vuetify during this step somehow:
Hi,
This is not really an issue,but a question. First of all, I am building a UI library with a very similar setup (UI components which are based on Vuetify components under the hood).
During the development I wanted to init Vuetify during this step somehow:
that way a consuming app only had to do a
Vue.use(UIComponents)
and Vuetify was automatically installed along with it.But I could not figure out how.
So I used the same approach you did and initalised Vuetify in the same way you did:
Did you (in the meantime) find a way to still do this?
The text was updated successfully, but these errors were encountered: