Explorar o código

Fix bugs that cannot be full screen

wxb %!s(int64=5) %!d(string=hai) anos
pai
achega
73ba66fc46
Modificáronse 1 ficheiros con 7 adicións e 7 borrados
  1. 7 7
      src/components/Screenfull/index.vue

+ 7 - 7
src/components/Screenfull/index.vue

@@ -22,13 +22,13 @@ export default {
   },
   methods: {
     click() {
-      if (!screenfull.enabled) {
-        this.$message({
-          message: 'you browser can not work',
-          type: 'warning'
-        })
-        return false
-      }
+      // if (!screenfull.enabled) {
+      //   this.$message({
+      //     message: 'you browser can not work',
+      //     type: 'warning'
+      //   })
+      //   return false
+      // }
       screenfull.toggle()
     },
     change() {