feat: 响应体组件封装
This commit is contained in:
11
components/ResponseWrapper/index.vue
Normal file
11
components/ResponseWrapper/index.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<view class="response-wrapper">
|
||||
<slot></slot>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
<script setup></script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import "./styles/index.scss";
|
||||
</style>
|
||||
Reference in New Issue
Block a user