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 052be49 commit ee6e9b5Copy full SHA for ee6e9b5
detectors/plugins.json
@@ -23,7 +23,7 @@
23
},
24
"detectors": {
25
"js": [
26
- "window.$nuxt?.$store?.dipatch && window.$nuxt?.$store?.commit",
+ "window.$nuxt?.$store?.dispatch && window.$nuxt?.$store?.commit",
27
"[...document.querySelectorAll('*')].map((el) => Boolean(el.__vue__?.$store?.dispatch && el.__vue__?.$store?.commit)).filter(Boolean).length"
28
]
29
}
0 commit comments