1
litian
2024-04-24 cd0b5d58bad2ed1e04fa0626c9de7b13d9692fa9
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;
}