heavyind/vue-modal

Unify basic example toward a release: uses `var` but also template literals

Opened this issue · 0 comments

Template literals are unsupported in IE11 and Opera Mini while const and let declarations have partial support in both. It would make more sense to use the keywords than it does to use template literals, but realistically either both should be used or neither.