Chat.vue 176 B

12345678910111213
  1. <script setup>
  2. import AppLayout from "@/Layouts/AppLayout.vue";
  3. </script>
  4. <template>
  5. <AppLayout>
  6. sdfsdfffff
  7. </AppLayout>
  8. </template>
  9. <style scoped>
  10. </style>