Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
update readme.md
  • Loading branch information
cmp-cc authored Oct 21, 2022
1 parent 32a15c7 commit 2e980dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import Vue from 'vue'
import VueCookies from 'vue-cookies'
// default options config: { expires: '1d', path: '/', domain: '', secure: '', sameSite: 'Lax' }
Vue.use(VueCookies, { expire: '7d'})
Vue.use(VueCookies, { expires: '7d'})
```

Expand Down

0 comments on commit 2e980dd

Please sign in to comment.