Install & Download:
npm install vue-fullscreenDescription:
A simple Vue.js component used to toggle the fullscreen mode on any elements.
Preview:

Changelog:
v2.6.2 (06/02/2023)
- Update
v3.0.11 (07/16/2021)
- refactor
v2.5.1 (06/02/2021)
- Bug Fixes
- component: add new feature: teleport
v2.3.5 (04/06/2021)
- component mode add page-only property, compatible with environments that do not support full-screen api
- the wrap options will be forced to false if the target is document.body
- add types declaration to support typescript
v2.2.0 (01/13/2021)
- add option exitOnClickWrapper