-
var $ = require("zepto") -> var $ = require("zepto").$;
-
### 问题是什么
使用vue router结合zepto.fullpage进行开发,在page.vue里面初始化,然后返回index.vue,再进入page.vue就不能滑动了,看了一下源码是在fullpage初始化的时候,做了全局变量fullpage是否为null的判断,由于上一次进入page.vue的时候全局变量fullpage已经有值了,所以再次进入没有执行初始化,不知道算不算bug,我…
-
This issue was closed https://github.com/madrobby/zepto/issues/1222 with no reason :)
```
import $ from 'zepto'
```
Leads to
> Uncaught TypeError: Cannot read property 'createElement' of und…
-
Hi @jwhitley,
first of all thanks for your work on this project, it's been working great for me.
One thing I'm having trouble with though is using [map](http://requirejs.org/docs/api.html#config-map…
-
I have tried to remove where they're set but because it's minified I'm having difficulty.
Could this not be an unminified version, as when it's used in clappr it will be minified there as part of the…
-
https://github.com/madrobby/zepto/blob/master/src/zepto.js#L833
https://github.com/jquery/jquery/blob/master/src/offset.js#L180
when the element is set to `fixed` position,according to the standard,t…
-
Uncaught DOMException: Failed to execute 'querySelectorAll' on 'Document': '#/' is not a valid selector.
at Object.T.qsa (eval at (http://120.24.37.249:8080/app.js:1152:2), :145:211)
at…
-
[`zeptomatch`](https://bundlephobia.com/package/zeptomatch@2.0.0) is 4x smaller than `picomatch` in terms of bundle size and does pretty much the same, analyzing `zeptomatch`'s optimizations and pr'in…
-
我的使用方式如下。
目录结构
```
├── components
│ └── zepto
│ ├── README.md
│ ├── ajax.js
│ ├── assets.js
│ ├── callbacks.js
│ ├── component.json
│ ├── data.js
│ ├── de…
-
The pico-ice is a small, low cost board with the Raspberry Pi Pico processor (RP2040) and a Lattice Semiconductor iCE40UP5K FPGA.
https://pico-ice.tinyvision.ai/
Today my attention turned toward…