[Vuejs]-How to use videojs vr in vuejs?

0👍

Question is also asked source stack overflow and possible issue there Uncaught ReferenceError: THREE is not defined

Multiple issue :

  • Add plugin in webpack
  • Install three.js required
  • Specifying character encoding in the header

EDIT :
Install three works for me

npm i -S three

Leave a comment