litian
2024-04-24 300c9e790fd04de30c982a05f8d7cd157f442b45
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;
}