报错: vue报这个错 [Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted 方案1:使用css3 touch-action: none; 属性: touch-action :当你触摸并按住触摸目标时候,禁止或显示系统默认菜单. touch-act…
Vue控制台警告: Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page more responsive 翻译过来如下:违反:没有添加被动事件监听器来阻止'touchstart'事件,请考虑添加事件管理者'passive',以使页面更加流畅. 原因是 Chrome51 版本以后,C…
[Intervention] Ignored attempt to cancel a touchmove event with cancelable=false, for example becaus touch-action :当你触摸并按住触摸目标时候,禁止或显示系统默认菜单. touch-action取值有一下两种 none:系统默认菜单被禁用 default:系统默认菜单不被禁用 <swiper class="bd" auto height="90px"…
第一部分:理论知识学习部分 第12章 Swing用户界面组件 12.1.Swing和MVC设计模式 a 设计模式初识b 模型—视图—控制器模式c Swing组件的模型—视图—控制器分析 12.2布局管理器 a 布局管理器是一组类. b 实现java.awt.LayoutManager接口 c 决定容器中组件的位置和大小 d Java.awt包中定义了5种布局管理类,每一种布 局管理类对应一种布局策略. e 每个容器都有与之相关的默认布局管理器. f 当一个容器选定一种布局策略时,它应该创建该 策…