- <template>
- <div id="home-1">
- <el-row>
- <el-col :span="24" class="main animate__animated animate__backInRight">
- <component :is="web1"></component>
- </el-col>
- </el-row>
- </div>
- </template>
- <script setup lang="ts">
- import web1 from '@/components/common/web/index.vue';
- </script>
- <style scoped></style>
|