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 6a4e78c commit 453176fCopy full SHA for 453176f
nuxt3/utils/functions.js
@@ -65,7 +65,7 @@ export function createCheckoutData(form) {
65
* @param {String} cName Name of cookie to return
66
*/
67
export function getCookie(cName) {
68
- const name = cName + '='
+ const name = `${cName}=`
69
const cDecoded = decodeURIComponent(document.cookie)
70
const cArr = cDecoded.split('; ')
71
let res
0 commit comments