vue-tag-manager
vue-tag-manager copied to clipboard
Native entry should configure global variable name
Currently, the native entry initialises the tag manager at window.TagManager
, but this should be configurable by the user.
Would be better to perhaps let initialize
return the tag manager so the user can assign it to any variable they prefer.