完成小区相关的接口对接
This commit is contained in:
@@ -14,8 +14,6 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import { ref } from 'vue';
|
||||
const { proxy } = getCurrentInstance() as ComponentInternalInstance;
|
||||
import Breadcrumb from '@/components/Breadcrumb/index.vue';
|
||||
const slots = useSlots();
|
||||
const showSlot = computed(() => {
|
||||
@@ -28,6 +26,10 @@ const props = defineProps({
|
||||
default: '房屋管理'
|
||||
}
|
||||
});
|
||||
|
||||
defineSlots<{
|
||||
content?: () => void;
|
||||
}>();
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
|
||||
Reference in New Issue
Block a user