ITADN

How to use Swapy directly to Vuetify components?

#134Openvictorchendra02 创建于 2025-03-14
V
victorchendra02commented
I have asked this on [stack overflow](https://stackoverflow.com/questions/79508171/how-to-use-swapy-with-vuetify-components). But here is the summary: I'm trying to use Swapy with Vuetify in a Vue 3 project. However, Swapy does not detect data-swapy-slot and data-swapy-item when applied directly to Vuetify components like `v-card` or `v-col`, likely due to Vuetify’s additional wrapper elements. The only way I got it working was by wrapping everything in an extra `<div ref="container">`, but this feels redundant. ## Question - Is there a way to make Swapy work directly with Vuetify components without an extra wrapper? - Can Swapy detect data-swapy-slot and data-swapy-item inside Vuetify’s component structure?
0 条评论