I am want to use
https://www.npmjs.com/package/js-cookie in my application to manage cookies in vuejs components
I have installed it using:
npm i js-cookie
in my app.js I have added
require('js-cookie');
but when I try to use in a VueJS component like this
Cookies.set('name', 'value');
I get "ReferenceError: Cookies is not defined"
I feel like I am missing something simple.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire