mirari / vue-fullscreen

A simple Vue.js component for fullscreen
MIT License
439 stars 50 forks source link

Add method checking browser support (`isSupported`) #24

Closed vincentdoerig closed 4 years ago

vincentdoerig commented 4 years ago

Please let me know if I should build the project or if you do it.

mirari commented 4 years ago

This could be a variable instead of a method

mirari commented 4 years ago

2.1.6 released, update to the latest version and use it like this: this.$fullscreen.support

vincentdoerig commented 4 years ago

Woops my bad, totally overlooked creating a variable. Thanks for merging.