Skip to content

Commit 8b0fc60

Browse files
authored
fix(x-pixel): correct variable name from e.exe to s.exe (#541)
1 parent 59e4121 commit 8b0fc60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/registry/x-pixel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ export function useScriptXPixel<T extends XPixelApi>(_options?: XPixelInput) {
5858
// @ts-expect-error untyped
5959
const s = window.twq = function (...args) {
6060
// @ts-expect-error untyped
61-
if (e.exe) {
61+
if (s.exe) {
6262
// @ts-expect-error untyped
6363
s.exe(s, args)
6464
}

0 commit comments

Comments
 (0)