瀏覽代碼

fix: BsUi-新增PageWrapper组件

hanxiaohui 2 月之前
父節點
當前提交
6102a04a58
共有 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>