anish2690 / vue-cookie-next

A vue 3 plugin for handling browser cookies with typescript support. Load and save cookies within your Vue 3 application
MIT License
53 stars 6 forks source link

changed secure field in readme to string #11

Closed Ducz01 closed 11 months ago

Ducz01 commented 2 years ago

I changed the secure fields from boolean to string in the docs, because it doesn't work with booleans.