Browse Source

fix: BsUi-新增PageWrapper组件

hanxiaohui 2 months ago
parent
commit
b4fb10a5c0
1 changed files with 9 additions and 0 deletions
  1. 9 0
      src/components/BsUi/PageWrapper/index.vue

+ 9 - 0
src/components/BsUi/PageWrapper/index.vue

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