Skip to content

Commit

Permalink
fix: deserialize _jupyter_vue on the frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Feb 23, 2023
1 parent 38fbbd3 commit 2638b7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions js/src/VueModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ VueModel.serializers = {
...DOMWidgetModel.serializers,
children: { deserialize: unpack_models },
v_slots: { deserialize: unpack_models },
_jupyter_vue: { deserialize: unpack_models },
};
1 change: 1 addition & 0 deletions js/src/VueTemplateModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,5 @@ VueTemplateModel.serializers = {
template: { deserialize: unpack_models },
components: { deserialize: unpack_models },
_component_instances: { deserialize: unpack_models },
_jupyter_vue: { deserialize: unpack_models },
};

0 comments on commit 2638b7b

Please sign in to comment.