在 vue 中使用 screenfull.js 全屏插件
首先使用 npm 下载 screenfull.js 插件
1 | npm install --save screenfull |
在需要用到的组件中引入
1 | import screenfull from 'screenfull' |
定义一个全屏点击事件
1 | <template> |
首先使用 npm 下载 screenfull.js 插件
1 | npm install --save screenfull |
在需要用到的组件中引入
1 | import screenfull from 'screenfull' |
定义一个全屏点击事件
1 | <template> |