minimini

Results 5 issues of minimini

we can use `0,0` to format the value as thousandths now: ```js numbro(123456).format("0,0") // output: 123,456 ``` but, how to format it into ten-thousandths? ```js numbro(123456).format("0,0000") // expect: 12,3456 ```...

### Problem Run this code at console of [numbro website](https://numbrojs.com/format.html#format): ```js numbro(1234000).format({ output: "number", forceAverage: "million", abbreviations: { thousand: "K", million: "M", billion: "B", trillion: "T" }, }) // output:...

In my case, `rowHeight` is 15 and GridItem props `h` is 15, but the rendered element's height is 365px ? Normally it should be` 15 * 15 = 225px`, right...

https://github.com/alex8088/electron-conf/blob/66c4648e3236c6dbea0ec719e37428bf3fb4bfc6/package.json#L71 ### env npm: v10.2.4 node: v20.11.1 ### Problems the peer dependencies was not treated as `devDependencies`, so there is no `dev` mark in `package-lock.json` file. when we use `npm...

### 版本依赖 - @antv/s2: 2.0.0-next.28 - @antv/s2-vue: 2.0.0-next.15 - vue: 3.2.41 - ant-design-vue: 3.2.13 ### 问题描述 更新 loading 状态未显示加载状态 ### 问题排查 https://github.com/antvis/S2/blob/53c04dc1ce82d5d24e73ac41db3b659189142c57/packages/s2-vue/src/hooks/useSpreadSheet.ts#L30 vue setup 中的 hook 区别于 react,仅在组件创建时执行一次,直接解构 props 会导致失去响应性。...

next