From 2f6d3f0a6a20501c02bbd6faac9ac69be1410bf8 Mon Sep 17 00:00:00 2001 From: Niladri Adhikary <91966855+niladrix719@users.noreply.github.com> Date: Sat, 27 Jul 2024 22:48:51 +0530 Subject: [PATCH] feat(gsoc'24): OpenOffline.vue component jquery to Vue's reactive and ts integration (#318) * OpenOffline.vue component jquery to Vue's reactive and ts integration * Update OpenOffline.vue --- src/components/DialogBox/OpenOffline.vue | 30 +++++++++++++++--------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/src/components/DialogBox/OpenOffline.vue b/src/components/DialogBox/OpenOffline.vue index 7bd3b94f..3fe7063f 100644 --- a/src/components/DialogBox/OpenOffline.vue +++ b/src/components/DialogBox/OpenOffline.vue @@ -26,11 +26,12 @@ type="radio" name="projectId" :value="projectId" + v-model="selectedProjectId" /> {{ projectName }}
@@ -64,21 +65,26 @@