This commit is contained in:
tugcekucukoglu 2024-05-06 18:23:59 +03:00
parent e1367fd494
commit fd76fe68a1
2 changed files with 12 additions and 12 deletions

View file

@ -24,14 +24,14 @@ export default {
basic: `
<Panel
:pt="{
root: {
class='"border-1 border-solid'
},
header: {
'data-test-id': 'testid',
class: 'bg-blue-500',
onClick: onHeaderClick
}
root: {
class='"border-1 border-solid'
},
header: {
'data-test-id': 'testid',
class: 'bg-blue-500',
onClick: onHeaderClick
}
}"
>
`