creativetimofficial / vuetify-material-dashboard

Vuetify Material Dashboard - Open Source Material Design Admin by Creative Tim
https://www.creative-tim.com/product/vuetify-material-dashboard
MIT License
1.31k stars 945 forks source link

[Bug] Receiving eslint error: 'grid-list-xl' has been removed (vuetify/no-legacy-grid) at src\views\TableList.vue:6:5 #38

Closed AndrewLamYW closed 3 years ago

AndrewLamYW commented 5 years ago

Version

2.0.0

Reproduction link

https://github.com/creativetimofficial/vuetify-material-dashboard

Operating System

Windows 10

Device

PC

Browser & Version

Google Chrome Version 76.0.3809.132 (Official Build) (64-bit)

Steps to reproduce

  1. git clone https://github.com/creativetimofficial/vuetify-material-dashboard.git
  2. npm i
  3. npm run lint
  4. npm run dev

What is expected?

Compiled with 0 warning

What is actually happening?

Compiled with 1 warnings Module Warning (from ./node_modules/eslint-loader/index.js): error: 'grid-list-xl' has been removed (vuetify/no-legacy-grid) at src\views\TableList.vue:6:5:

1 error found.


Solution

Additional comments