refactor: remove WHAT-comments, keep WHY and RFC references
This commit is contained in:
@@ -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'],
|
||||
|
||||
Reference in New Issue
Block a user