App.vue 113 B

12345678
  1. <template>
  2. <Layout />
  3. </template>
  4. <script setup>
  5. import Layout from '@/components/editor/Layout'
  6. </script>