Search code examples
vue.jsvuetify.jscodesandbox

vue-cli with vuetify in codesandbox malfunctioning


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

https://github.com/Tauromachian/vue-select-list


Solution

  • In your file plugins/vuetify.js

    change the line

    import Vuetify from "vuetify/lib";

    to

    import Vuetify from "vuetify";