zmc
2023-07-11 77a108bd860c737449b46809f6e8a4e1242e5e3b
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<script>
export default{
    props: {
        ood :String,
       
    },
 
}
 
 
</script>
 
<template>
<div>
    switch : {{ ood }}
 
</div>
 
</template>