issues
search
alfhen
/
vue-cookie
A Vue.js plugin for manipulating cookies
MIT License
822
stars
72
forks
source link
那么问题来了我怎么读取指定的cookie?😎
#58
Open
redhat123456
opened
3 years ago
redhat123456
commented
3 years ago
如何读取指定的cookie?
DanielKong94
commented
3 years ago
使用$cookies.get('名字')
如何读取指定的cookie?