vue-cookies Questions
4
Solved
In an action, I'm doing:
this.$cookies.set("token", response.token, "7d");
this.$cookies.set("UserId", response.UserId, "7d");
But alas $cookies is not defined.
Earreach asked 19/8, 2019 at 14:28
1
© 2022 - 2024 — McMap. All rights reserved.