We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16afe9f commit 52d4872Copy full SHA for 52d4872
README.md
@@ -6,11 +6,15 @@
6
## Install for use with Vuetify 2.*
7
```npm install vuetify-snackbar-queue```
8
9
+[See Code Sandbox Example](https://codesandbox.io/s/vuetify-snackbar-queue-s6pt2)
10
+
11
please note that the `auto-height` prop for the `VSnackbar` component was deprecated in Vuetify 2 and is no longer available.
12
13
## Install for use with Vuetify 1.5.*
14
```npm install [email protected]```
15
16
+[See Code Sandbox Example](https://codesandbox.io/s/sweet-haze-z2v919669m)
17
18
## Latest component docs
19
20
See the docs at [Vuetify Snackbar Queue Docs](https://ajanes93.github.io/vuetify-snackbar-queue/)
0 commit comments