- Set Ahoy.api = true
- Ich habe beide Importmethoden ausprobiert
+ ahoy aus „ahoy.js“ importierenCode: Select all
yarn add ahoy.js - + import „ahoy“
Code: Select all
pin "ahoy", to: "ahoy.js"
Code: Select all
document.addEventListener("turbo:load", () => {
ahoy.trackAll();
});
Bei der ersten Importmethode erhalte ich die Fehlermeldung:
Code: Select all
Uncaught TypeError: Failed to resolve module specifier "ahoy.js". Relative references must start with either "/", "./", or "../".
Code: Select all
Uncaught TypeError: ahoy.trackAll is not a function
at HTMLDocument.
Mobile version