pull/4148/head
Tuğçe Küçükoğlu 2023-07-14 10:21:51 +03:00
parent a09f66ec46
commit 2d6acba395
1 changed files with 3 additions and 3 deletions

View File

@ -15,12 +15,12 @@ export default {
return { return {
code: { code: {
basic: ` basic: `
<Panel header="Header" :pt="panelPT" <Panel header="Header" :pt="panelPT">
Content Content
</Panel>`, </Panel>`,
options: ` options: `
<template> <template>
<Panel header="Header" :pt="panelPT" <Panel header="Header" :pt="panelPT">
Content Content
</Panel> </Panel>
</template> </template>
@ -45,7 +45,7 @@ export default {
<\/script>`, <\/script>`,
composition: ` composition: `
<template> <template>
<Panel header="Header" :pt="panelPT" <Panel header="Header" :pt="panelPT">
Content Content
</Panel> </Panel>
</template> </template>