The same project that runs perfectly in my computer is giving me warnings in codesandbox. Why does this happens?
codesandbox:
https://codesandbox.io/s/github/Tauromachian/vue-select-list
github
In your file plugins/vuetify.js
change the line
import Vuetify from "vuetify/lib";
to
import Vuetify from "vuetify";