components.vue 181 B

12345678910
  1. <template>
  2. <div class="flex flex-col gap-4 min-h-screen p-2">
  3. <EditorWysiWyg />
  4. <div class="w-48 h-8 loading" />
  5. </div>
  6. </template>
  7. <script setup lang="ts">
  8. </script>