[Vuejs]-How to use vuetify@2.0.0-beta7

0👍

You will need to install sass:

$ yarn add sass sass-loader fibers deepmerge -D
// OR
$ npm install sass sass-loader fibers deepmerge -D

Further information can be found in the upgrade guide.

Leave a comment