Showing
1 changed file
with
5 additions
and
0 deletions
| ... | ... | @@ -77,6 +77,11 @@ |
| 77 | 77 | <AlarmConfigDrawer @register="registerAlarmContactDrawer" @success="handleSuccess" /> |
| 78 | 78 | </template> |
| 79 | 79 | |
| 80 | +<script lang="ts"> | |
| 81 | + export default { | |
| 82 | + inheritAttrs: false, | |
| 83 | + }; | |
| 84 | +</script> | |
| 80 | 85 | <script lang="ts" setup> |
| 81 | 86 | import { ref, onMounted, nextTick, unref, computed, provide } from 'vue'; |
| 82 | 87 | import { CollapseContainer } from '/@/components/Container/index'; | ... | ... |