<script setup lang="ts">
</script>
<template>
<el-config-provider >
<router-view />
</el-config-provider>
</template>
<style scoped>
</style>