test_lgq/web/layouts/container.vue

10 lines
176 B
Vue
Raw Normal View History

2024-01-24 17:36:08 +08:00
<template>
<el-container class="w-screen h-screen">
<slot />
</el-container>
</template>
<script lang="ts" setup>
</script>
<style lang="scss" scoped></style>