Files
Ricardo 3265341189 fix: use $root for data attribute reads in Alpine interaction component
The extracted apCardInteraction component read data-mount-path,
data-csrf-token, and data-item-uid from this.$el inside interact(),
but $el may not be the x-data root when called from a child button
click. The old inline code used this.$root. Fixed by reading all
data attributes in init() and storing as component properties.
2026-03-25 08:31:17 +01:00
..