litian
2024-05-08 f22883b1db1d7f5c2593e47a709a2fbc857a9186
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;
}