Sfoglia il codice sorgente

fix: BsUi-新增PageWrapper组件

hanxiaohui 2 mesi fa
parent
commit
b4fb10a5c0
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  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>