From fec8fa26954b2d24b2428e9524ee2ee1227fe7ec Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 21 Jul 2026 21:05:02 -0400 Subject: [PATCH] feat(core): port DeviceSelect and DeviceQueue to Vue 3 + element-plus @PropSync -> defineModel, element-ui popover -> element-plus (v-model:visible), slot="reference" -> #reference, and webpack tilde image paths -> ESM imports. --- n-link-core/components/DeviceQueue.vue | 95 +++++++++++++------------ n-link-core/components/DeviceSelect.vue | 84 ++++++++++++---------- 2 files changed, 95 insertions(+), 84 deletions(-) diff --git a/n-link-core/components/DeviceQueue.vue b/n-link-core/components/DeviceQueue.vue index d6f00ad..98209e5 100644 --- a/n-link-core/components/DeviceQueue.vue +++ b/n-link-core/components/DeviceQueue.vue @@ -20,25 +20,28 @@
- - - - + -