首先在命令行工具输入:npm install vue-js-cookie
安装完成之后在需要使用的页面导入:import Cookies from 'js-cookie'
这样就可以使用了,如下图,先导入cookies然后在设置cookies,然后获取cookies