We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364391b commit 95be13bCopy full SHA for 95be13b
nuxt3/utils/functions.js
@@ -66,7 +66,7 @@ export function createCheckoutData(form) {
66
*/
67
export function getCookie(cName) {
68
const name = cName + '='
69
- const cDecoded = decodeURIComponent(document.cookie)
+ const cDecoded = decodeURIComponent(document.cookie)
70
const cArr = cDecoded.split('; ')
71
let res
72
cArr.forEach((val) => {
0 commit comments