插件一
<v-scale-screen width='1920' height='1080' > </v-scale-screen>
// 使用该插件在非全屏的状况下 两边会留白
// 解决该问题的方法有两种
//1. 是使用 :fullScreen="true 属性 但是画面会拉伸一点
//2. 添加背景颜色
插件二
<FitScreen :width='1920' height='1080'></FitScreen>
插件一
<v-scale-screen width='1920' height='1080' > </v-scale-screen>
// 使用该插件在非全屏的状况下 两边会留白
// 解决该问题的方法有两种
//1. 是使用 :fullScreen="true 属性 但是画面会拉伸一点
//2. 添加背景颜色
插件二
<FitScreen :width='1920' height='1080'></FitScreen>