fix Button csb

pull/756/head
Tuğçe Küçükoğlu 2021-01-07 17:03:28 +03:00
parent f3908a88fe
commit d46f18ff2c
1 changed files with 6 additions and 5 deletions

View File

@ -491,15 +491,16 @@ export default {
</div>
</div>
</template>
<style>
<script>
export default{}
`,
style: `<style>
.p-button {
margin-right: .5rem;
margin-bottom: .5rem;
}
</style>
<script>
export default{}
`
</style>`
}
}
}