fix(common): add missing render function in buttons

This commit is contained in:
2025-12-29 19:48:18 +01:00
parent 24dd4fe325
commit 6b9974f40b

View File

@@ -68,4 +68,6 @@ useKeyDown((key) => {
break;
}
});
defineOptions({ render: () => null });
</script>