index.vue 153 B

123456789
  1. <template>
  2. <div class="w-full h-full">
  3. <slot ref="contentRef" />
  4. </div>
  5. </template>
  6. <script setup>
  7. </script>
  8. <style scoped lang="scss"></style>