Commit d69e18ab8ad510f08148b841d2c464047b127cc1

Authored by fengtao
1 parent 268726a7

pref:优化场景联动 告警配置选择框 弹窗告警配置

... ... @@ -78,9 +78,10 @@
78 78 </template>
79 79
80 80 <script lang="ts">
81   - export default {
  81 + import { defineComponent } from 'vue';
  82 + export default defineComponent({
82 83 inheritAttrs: false,
83   - };
  84 + });
84 85 </script>
85 86 <script lang="ts" setup>
86 87 import { ref, onMounted, nextTick, unref, computed, provide } from 'vue';
... ...