0xfe / vextab

A VexTab Parser for VexFlow
Other
588 stars 115 forks source link

Does vextab work with Vue.js? #134

Closed LeonhWolf closed 3 years ago

LeonhWolf commented 3 years ago

Hi, I copied the code from the readme. Imported Vextab, Artist and Vex and put the rest of the example code in the mounted hook. But I get the error Error in mounted hook: "TypeError: vextab__WEBPACK_IMPORTED_MODULE_2__.Vex is undefined". If I run console.log(VexTab, Artist, Vex); they are all undefined. Importing and running vexflow on its own worked perfectly.

I could neither find issues here that matched this problems nor entries in the Vexflow Google Group.

If I am just missing something help would be greatly appreciated!

And besides this issue: big thanks for developing this awesome module! I got to play around with it a little on the tutorial website.

LeonhWolf commented 3 years ago

This was a duplicate. Issue #106 seems to be the same problem.