refactor: simplify template structure in StackDemo.vue

This commit is contained in:
David Haz
2025-07-14 20:28:54 +03:00
parent 0d547bd3f9
commit a65db3c807

View File

@@ -1,5 +1,4 @@
<template> <template>
<div>
<TabbedLayout> <TabbedLayout>
<template #preview> <template #preview>
<div class="demo-container"> <div class="demo-container">
@@ -51,7 +50,6 @@
<CliInstallation :command="stack.cli" /> <CliInstallation :command="stack.cli" />
</template> </template>
</TabbedLayout> </TabbedLayout>
</div>
</template> </template>
<script setup lang="ts"> <script setup lang="ts">