0๐
I have never used this library. But looking at npm: https://www.npmjs.com/package/vue-cookies
You have to import the library and use the plugin.
import VueCookies from 'vue-cookies';
Vue.use(VueCookies)
***I assume that you have installed the library previously.
- [Vuejs]-Vue Uncaught TypeError in for loop with GraphQL
- [Vuejs]-How should I understand in a vuejs template <Menu as="<div"
Source:stackexchange.com