Skip to content

Commit caf6c25

Browse files
committed
reload data on changes to cardID
1 parent 48a71e8 commit caf6c25

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

packages/common-ui/src/components/cardRendering/CardLoader.vue

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,15 @@ export default defineComponent({
5656
this.loadCard();
5757
},
5858
59+
watch: {
60+
qualified_id: {
61+
immediate: true,
62+
handler() {
63+
this.loadCard();
64+
},
65+
},
66+
},
67+
5968
methods: {
6069
processResponse(r: CardRecord) {
6170
log(`

0 commit comments

Comments
 (0)