atom

Results 9 comments of atom

> @atom-git I've created and tested this plugin with Ant Design for React so it might not work in other ant design based libraries like antv or ant mobile. Even...

> You can disable recompilation on code updates using "generateOnce" option. Look into Readme.md file. When you will set this to true, it will be only compiled once. Hope it...

Please correct this bug and push a new release! Thank you So much!

> I'm having the same issue! > > Can't move from a list to another https://github.com/SortableJS/vue.draggable.next/pull/52/commits/70da6cfd4ae06629c7c3570fd6fcbc08bafbc96a Look at this solution, in my way modify vuedraggable code in npm package, solve...

> 仅点击月份或者年份,之后直接确定? 这样就是没有变化的,你切换月份后,日期面板并没有选中项啊,所以日期还是之前的值 这里的问题是绑定一个值是字符串类型,但是通过上述的操作实际并未对值做出改变,再次获取绑定值的时候变成了dayjs对象,配置的valueFormat未生效

> [dayjs](https://day.js.org/docs/zh-CN/parse/string-format)不支持`dayjs('2022-33', 'YYYY-ww')` 通过引入插件是支持的 import advancedFormat from 'dayjs/plugin/advancedFormat' import weekOfYear from 'dayjs/plugin/weekOfYear'

> @atom-git 这个是在使用样式按需加载后引用顺序不一致导致的,我来处理下 感谢,另外还提有一些异常的bug的feature,麻烦一并看看 ![image](https://github.com/arco-design/arco-design-vue/assets/76482041/59c735d5-e39a-40b3-9f07-bb96e31e0e68)

@flsion > @atom-git 这个是在使用样式按需加载后引用顺序不一致导致的,我来处理下 截止目前的最新版本这个按需加载,tag的样式依旧无效呀