update menu icons (#203)

This commit is contained in:
Fine0830
2022-12-07 11:53:45 +08:00
committed by GitHub
parent 253f5c9261
commit 154372615e
8 changed files with 23 additions and 8 deletions

View File

@@ -50,13 +50,13 @@ limitations under the License. -->
</div>
</template>
<script lang="ts" setup>
import { defineProps, reactive } from "vue";
import { reactive } from "vue";
import { useI18n } from "vue-i18n";
import type { PropType } from "vue";
import { InitTaskField } from "./data";
import { NetworkProfilingRequest } from "@/types/ebpf";
/* global defineEmits */
/* global defineProps, defineEmits */
const emits = defineEmits(["change"]);
const props = defineProps({
condition: {