fix(common): add missing render function in buttons
This commit is contained in:
@@ -68,4 +68,6 @@ useKeyDown((key) => {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
defineOptions({ render: () => null });
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Reference in New Issue
Block a user