# vue1 **Repository Path**: moweng/vue1 ## Basic Information - **Project Name**: vue1 - **Description**: 尝试 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-04-15 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 这是一个项目 ## 新闻列表 ### 在引入mui中js文件时 有严格模式问题 + 解决webpack 严格模式 问题 - `https://github.com/genify/babel-plugin-transform-remove-strict-mode` ``` { “ plugins ”: [ “ transform-remove-strict-mode ” ] } ``` ### 由于目标被视为被动事件侦听器,无法在被动事件侦听器中防止缺省。看到< URL > --> ``` 已经解决了。只需要在CSS样式里加* { touch-action:none; } ``` ### 在用mui中的下拉刷新时问题 + 用编程式导航---> 点击时用mui提供的tab事件,后退按钮也用tab解决BUG ### 解决tabar w无法切换的问题 + mui-tab-item 类名的原因 改变其类名 ,赋予和mui-tab-item一样的类名(把mui-tab-item去掉自己加样式)