diff --git a/README.md b/README.md index c83135d..e228b45 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,8 @@ For a more complex layout use the scoped slot | message | 'This website uses cookies to ensure you get the best experience on our website.' | String | Your message in the content area | theme | 'base' | String | Selected theme. You can also create a custom one | position | 'bottom' | String | Possible positions are `bottom` or `top` -| transitionName | 'slideFromBottom' | String | Enter and leave transitions. Currenty supported `slideFromBottom`, `slideFromTop`, `fade` +| transitionName | 'slideFromBottom' | String | Enter and leave transitions. Currently supported `slideFromBottom`, `slideFromTop`, `fade` +| storageType | 'localStorage' | String | Type of storage, where to store 'cookies:accept': true. Can be `localStorage` (default) or `cookies`. If LocalStorage is unsupported, then used Cookies. ## Events diff --git a/src/components/CookieLaw.vue b/src/components/CookieLaw.vue index b00b91e..a1398f6 100644 --- a/src/components/CookieLaw.vue +++ b/src/components/CookieLaw.vue @@ -17,6 +17,12 @@