YM
2024-04-24 aa3e8ddc722750cf131d61253579f3fa81a64c32
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 
<template>
    <div>
        <div id="child1" class="child1"></div>
    </div>
</template>
<script>
 
</script>  
 
<style lang="less" setup lang="ts">
.child1{
  width: 100%;
  height: 500px;
}