Ionic Vue and AR.js implementation

I have initiated a blank page with Ionic Vue. Now I want to implement AR.js and make it work on one of my pages for example Home.vue. What i’ve tried is to create a simple HTML file containing all the AR.js implementation (from AR.js website) and then i create an iframe tag (containing scr=../test.html) inside of ion-content but it doesn’t seem to be working.
What could I do? Thanks!