lcysgsg

Results 8 issues of lcysgsg

文字看不出来,图片很明显,一闪一闪的 ### 代码 ``` const [test, setTest] = React.useState(0); React.useEffect(() => { setInterval(() => { setTest((state) => state + 1); }, 500); }, []); ```

> "@types/bmapgl": "^0.0.3", `NavigationControl`, `CustomOverlay` 等都提示需要传入 map,文档写的不用传,实际不传也能用 ![image](https://user-images.githubusercontent.com/19550000/120950210-e52f0900-c778-11eb-96a2-2e36ff56a13c.png) ![image](https://user-images.githubusercontent.com/19550000/120950223-eceead80-c778-11eb-90d3-459d79d8ca7b.png)

为什么不直接调用 stopAutoShow 呢? ```js function clearLoop() { if (timeTicket) { clearInterval(timeTicket); timeTicket = 0; } chart.off("mousemove", stopAutoShow); zRender.off("mousemove", zRenderMouseMove); zRender.off("globalout", zRenderGlobalOut); } // 改成 function clearLoop() { stopAutoShow(); chart.off("mousemove", stopAutoShow);...

bug

uni-app v2.8.8.20200820 uview v1.6.5 支付宝小程序中: > 嵌入页面的滚动选择器。 其中只可放置 picker-view-column 组件,其它节点不会显示。 > 该组件内部请勿放入 hidden 或 display none 的节点,需要隐藏请用 a:if 切换。 uni-app 编译出的写法,如果对当前标签使用 `v-if` ,编译时,会把 `v-if` 套在外层自动生成的 `block` 标签上。 支付宝不会显示 `picker-view` 下使用除...

good first issue

vue, 一个主路由中有一个 , video、audio、picture 是在其子路由中的 ``` Mock.mock(/video/, { code: 0, "data|3-10": [ { id: "@id", title: "第@increment()节 视频消防工作概述", url: '@pick("Alan Walker - All Falls Down.mp4", "Carissa Rae - Near or...

Can not work well with VSCode prettier extenstion. I try to upgrade `prettier-plugin-style-order` prettier dependency to *v2* that's work. and also can see https://github.com/umijs/fabric/issues/88 ## Example ```index.less // prettier this...