Code representation style fixes

This commit is contained in:
Tuğçe Küçükoğlu 2023-09-22 15:54:14 +03:00
parent 11051fc020
commit e0fe133189
863 changed files with 4545 additions and 2404 deletions

View file

@ -21,7 +21,8 @@ export default {
data() {
return {
code: {
basic: `<Inplace>
basic: `
<Inplace>
<template #display>
<span class="pi pi-search" style="vertical-align: middle"></span>
<span style="margin-left: 0.5rem; vertical-align: middle">View Picture</span>
@ -30,7 +31,8 @@ export default {
<img class="w-full" alt="Nature" src="/images/nature/nature1.jpg" />
</template>
</Inplace>`,
options: `<template>
options: `
<template>
<div class="card">
<Inplace>
<template #display>
@ -46,7 +48,8 @@ export default {
<script>
<\/script>`,
composition: `<template>
composition: `
<template>
<div class="card">
<Inplace>
<template #display>