Skip to content

Commit ee6e9b5

Browse files
authored
fix: correct typo in vuex detector (#47)
1 parent 052be49 commit ee6e9b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detectors/plugins.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"detectors": {
2525
"js": [
26-
"window.$nuxt?.$store?.dipatch && window.$nuxt?.$store?.commit",
26+
"window.$nuxt?.$store?.dispatch && window.$nuxt?.$store?.commit",
2727
"[...document.querySelectorAll('*')].map((el) => Boolean(el.__vue__?.$store?.dispatch && el.__vue__?.$store?.commit)).filter(Boolean).length"
2828
]
2929
}

0 commit comments

Comments
 (0)