Jared Wang
Jared Wang
draggable ```js dragSort(drapIdx, dropIdx) { dragIdx = Number(dragIdx) dropIdx = Number(dropIdx) const temp = this.data[dragIdx] if(dragIdx < dropIdx) { for(let i = dragIdx; i < dropIdx; i++) { this.data.splice(i, 1,...
@Twitchboy @dzjwan521 ```bash # mongo > db.createUser({user:'test1',pwd:'test1',roles:[{role:'root',db:'admin'}]}) > db.auth('test1','test1') # service mongod stop # service mongod start ```
https://github.com/antvis/vis-dashboard/runs/2593049628
```js const nextEditorState = copyStyles.reduce((editorState, style) => { const splitStyle = style.split('-') const styleVal = splitStyle[1] || ''; const prefix = styleVal ? `${splitStyle[0]}-` : splitStyle[0]; return ContentUtils.toggleSelectionInlineStyle(editorState, styleVal, prefix)...
@ellanan FYI, - optional `children` refer `PropsWithChildren` - update peerDependencies
already works with react 18.x
@margox Now having an issue: how to customize two 'text-indent' icons
部署在不能处理图形的linux上无法显示验证码,需开启headless模式