3👍
✅
I figured out why and will let you know, just in case someone happens to be in the same position :
I couldn’t get this to work inside a vue component displayed by Vue Router… I figured that it was because I should have used ready
hook instead of compiled
… At compiled
, the DOM is not fully ready yet.
Source:stackexchange.com