codesandbox 中带有 vuetify 的 vue-cli 出现故障
vue-cli with vuetify in codesandbox malfunctioning
在我的计算机上完美运行的同一个项目在 codesandbox 中给我警告。为什么会这样?
codesandbox:
https://codesandbox.io/s/github/Tauromachian/vue-select-list
github
在你的文件中plugins/vuetify.js
换行
import Vuetify from "vuetify/lib";
到
import Vuetify from "vuetify";
在我的计算机上完美运行的同一个项目在 codesandbox 中给我警告。为什么会这样?
codesandbox:
https://codesandbox.io/s/github/Tauromachian/vue-select-list
github
在你的文件中plugins/vuetify.js
换行
import Vuetify from "vuetify/lib";
到
import Vuetify from "vuetify";