mercredi 10 octobre 2018

cannot access js-cookie in a vue component with larvel mix

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