tanghaolin
2023-01-09 5bb13b470353a075404bf0cbe60a763932e0b5fc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<template>
  <div class="model-binding-page">
 
  </div>
</template>
 
<script>
export default {
 
}
</script>
 
<style scoped>
.model-binding-page{
    width: 100%;
    height: 100%;
    background: #fff;
}
</style>