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