Soryn

Results 30 comments of Soryn

``` .ip-ranges { grid-template: 'ipInput addButton' / 1fr auto; display: grid; grid-gap: 10px; align-items: center; $areas: ipInput addButton; @each $area in $areas { .#{$area} { grid-area: $area; } } .ipInput...

Hello Vue3 fans. I created a module, basing on this one, after using it for around 4 years. Working a very big project in a product company, we decided to...

Hello. There is an alternative, [vue3-drr-grid-layout](https://www.npmjs.com/package/vue3-drr-grid-layout) module which provides: - the same functionality - smaller bundle size - vue3 support

Try using the module [vue3-drr-grid-layout](https://www.npmjs.com/package/vue3-drr-grid-layout), mentioned in [comment](https://github.com/jbaysolutions/vue-grid-layout/issues/617#issuecomment-1239889670)

Try using the module [vue3-drr-grid-layout](https://www.npmjs.com/package/vue3-drr-grid-layout), mentioned in [comment](https://github.com/jbaysolutions/vue-grid-layout/issues/617#issuecomment-1239889670)

Try using the module [vue3-drr-grid-layout](https://www.npmjs.com/package/vue3-drr-grid-layout), mentioned in [comment](https://github.com/jbaysolutions/vue-grid-layout/issues/617#issuecomment-1239889670)

@Losery1021 and @frontend-qin , this module seems to be abandoned. Can you please open an issue to module [vue3-drr-grid-layout](https://github.com/melrose13-69/vue3-dragable-grid-layout/tree/dev/packages/vue3-drr-grid-layout) ? That one looks like to be more active.

I'm using that one and it's written only for Vue3, not converted from Vue2 to Vue3. So, it work fine for me. The biggest pro, is the bundle size of...

@Diizzayy Any changes should be done in this PR? All checks seems to be passed