We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edff411 commit 569f2ccCopy full SHA for 569f2cc
app/components/layout/CookieConsent.vue
@@ -13,6 +13,7 @@ onMounted(() => {
13
'title': 'Welcome to Nuxt Commerce',
14
'description': 'A high-performance, server-rendered E-commerce app built with Nuxt & Shopify',
15
'duration': Infinity,
16
+ 'closeIcon': 'i-heroicons-x-mark-20-solid',
17
'onClick': () => {},
18
'onUpdate:open': () => {
19
consent.value = 'cookie-consent'
@@ -23,5 +24,5 @@ onMounted(() => {
23
24
</script>
25
26
<template>
- <span />
27
+ <div />
28
</template>
0 commit comments