Links-W

Results 13 comments of Links-W

``` {{ data.length != 0 ? dataPicker(data) : '请选择' }} ///////////////////////////////////////// data.areaCode = data.storeObject.areaCode // [110000,110100,110101] ////////////////////////////////////////// const dataPickerChange = async (e, name) => { data[name] = [] let cityInfo...

> [ItemStats.zip](https://github.com/ontrigger/ItemStatsMod/files/8210242/ItemStats.zip) Newer version with all new items but no modifiers. I've decided to completely rewrite the stat modification API so it will take a few more days to finish...

@dubox 输入文字拉不起来这个插件,日志都抓不到错误

> https://blog.csdn.net/u012451520/article/details/117113286 会报错vue.esm.js?a026:3785 TypeError: Cannot read properties of null (reading 'addEventListener')

> > 直接修改w需要调用画布grid-layout组件的resizeEvent去重新布局,还需要调用updateLayouts方法去更新缓存布局对象中的位置信息 > > 怎么写啊?用$refs获取组件实例然后调用resizeEvent和updateLayouts方法吗? 直接修改源码吧,我最后也是改源码才满足的需求