浏览代码

fix: BsUi-新增PageWrapper组件

hanxiaohui 2 月之前
父节点
当前提交
b4fb10a5c0
共有 1 个文件被更改,包括 9 次插入0 次删除
  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>