refactor: remove WHAT-comments, keep WHY and RFC references

This commit is contained in:
c0dev0id
2026-07-06 21:17:46 +02:00
parent 884955195a
commit d3a55cb663
6 changed files with 1 additions and 32 deletions

View File

@@ -1,6 +1,5 @@
import { h } from 'vue';
// One-line summary row with a drill-down chevron.
export const ObjectShort = {
props: ['label', 'typeTag', 'focused', 'hasChildren', 'readOnly', 'deletable'],
emits: ['focus', 'drillDown', 'delete'],