style: fix building info

This commit is contained in:
Qiuxia Fan
2022-01-20 15:52:53 +08:00
parent 8b0cab48ce
commit 86ec9c985b
34 changed files with 108 additions and 84 deletions

View File

@@ -60,12 +60,13 @@ limitations under the License. -->
</div>
</template>
<script setup lang="ts">
import { defineProps, onBeforeMount, ref } from "vue";
import { onBeforeMount, ref } from "vue";
import { useSelectorStore } from "@/store/modules/selectors";
import { ElMessage } from "element-plus";
import type { PropType } from "vue";
import { InstanceListConfig } from "@/types/dashboard";
/*global defineProps */
defineProps({
data: {
type: Object,