Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 326 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 326 Bytes

snackbar-bug

Steps to reproduce the bug

With vuetify 2.2.x

yarn serve

Go to http://localhost:8080, click the bell, observe that the snackbar appears and disappears

With vuetify 2.3.0

yarn add vuetify@~2.3.0
yarn serve

Go to http://localhost:8080, click the bell, observe that nothing happens