Skip to content

Commit

Permalink
feat(filter): render the correct element
Browse files Browse the repository at this point in the history
  • Loading branch information
victorcg88 committed Jul 24, 2024
1 parent af464d3 commit 3322d75
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,7 @@
{ immediate: true }
);
return () => {
return h();
};
return () => '';
}
});
</script>
Expand Down

0 comments on commit 3322d75

Please sign in to comment.