@@ -0,0 +1,9 @@
+<template>
+ <div class="w-full h-full">
+ <slot ref="contentRef" />
+ </div>
+</template>
+
+<script setup>
+</script>
+<style scoped lang="scss"></style>