https://github.com/oldvis/gallery
Tip revision: 9798cde3778299d40523107bc9e33d20d60f2c98 authored by shellywhen on 24 January 2024, 07:59:25 UTC
Update README.md
Update README.md
Tip revision: 9798cde
index.vue
<template>
<div class="flex grow gap-1 m-1 overflow-auto">
<div
class="flex-1 gap-1"
flex="~ col"
>
<TheViewJsonInput class="flex-1" />
<TheViewJsonParsed class="flex-1" />
</div>
<TheViewDataEntryParsed class="flex-1" />
</div>
</template>
