shit more or less works for the very basic stuff

This commit is contained in:
Henry Jameson 2024-01-23 19:18:55 +02:00
commit 22b32f149d
9 changed files with 132 additions and 22 deletions

View file

@ -0,0 +1,9 @@
export default {
name: 'PanelHeader',
selector: '.panel-heading',
validInnerComponents: [
'Text',
'Icon',
'Button'
]
}