[Vuejs]-How to add local javascript to vue component?

0👍

@rx2347 That works! (But)

What’s weird is that the local javascript is jquery / legacy js, so they don’t export anything. I don’t think the javascript has time to find the elements on the DOM referenced in the legacy code (ex. document.getElementById(‘asd’))

So that’s on me to figure out

Thanks for the help!

Leave a comment