Skip to content

Commit

Permalink
make render function to return empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
diegopf committed Jul 24, 2024
1 parent 7fd0374 commit 700d52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/x-components/src/components/global-x-bus.vue
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
});
});
return {};
return () => '';
}
});
</script>
Expand Down

0 comments on commit 700d52d

Please sign in to comment.