-
`vue-loader/lib/selector.js` will not handle `@import` from `style` ,so the import style file will not be handled by `postcss`
### Example
- vue-loader: v13.0.4
- webpack: use the config from `…
-
### Version
2.5.2
### Reproduction link
[https://codepen.io/spenspazmer/pen/aLXGGY?editors=1011](https://codepen.io/spenspazmer/pen/aLXGGY?editors=1011)
### Steps to reproduce
1.Create a v-fo…
-
Uncaught TypeError: Cannot read property 'doTouchStart' of undefined
Uncaught TypeError: Cannot read property 'doTouchMove' of undefined
同一套代码,2.2.0正常,2.2.3报上面的错。引用方法什么都一样。把2.2.0复盖就正常了。为什么呢?
-
> zscroller 已经成为影响“体积”和“复杂度”的最后一个大因素,被 Picker / ListView / Calendar 三个组件用到,分别都导致了一定的代码冗余、理解复杂度等问题。
以 Picker 为例、对比社区其他 UI 库做法:
原生实现的 framework7 picker https://github.com/framework7io/Framework7/b…
-
Hi! I'm trying to use this package in my Nuxt-based project. I've tried both local component import and global plugin import. Both are failing with this error:
```
ERROR Failed to compile with 1…
-
### Version
2.3.2
### Reproduction link
[https://codepen.io/Bububo/full/qmPPOE](https://codepen.io/Bububo/full/qmPPOE)
### Steps to reproduce
iPhone 6 plus and iPad 3 are crashing on the big …
-
打包后打开index.html 一片空白 所有资源文件都出现Failed to load resource: the server responded with a status of 404 () 报错
-
vue 项目,按照官方示例引入
`refresh1(done) {
setTimeout(() => {
this.getData1();
done()
}, 1500)
}`
功能正常,控制台报错:
Uncaught TypeError: done is…
-
执行this.$refs.my_scroller.finishInifinite(true)后,会短暂出现(没有更多数据),但是如果列表没有渲染到底部的话,还是会继续加载数据,那有什么办法可是使加载手动停下来呢
-
A和B两个页面都用到了scroller组件,第一次打A页面时是正常的,当我再切换到B页面时,A页面上的infinite方法开始不停运行,再从B页面切换到A页面上时,B页面的infinite又不停运行,搞不懂这是咋回事儿