vue-howler icon indicating copy to clipboard operation
vue-howler copied to clipboard

Fix iife build for direct usage in browsers

Open mickdekkers opened this issue 7 years ago • 0 comments

As mentioned in #12, it seems the iife build currently does not export VueHowler to the window object, but instead just defines it as a var.

See Howler's iife build for an example (search for "window").

mickdekkers avatar Sep 15 '17 11:09 mickdekkers