Commit 9e62035eff2f460643b06551a1534dd9057649b5

Authored by 黄 x
1 parent 072127e7

fix(front): fix import command.svg path

1 <script lang="ts" setup> 1 <script lang="ts" setup>
2 - import icon from '../assets/command.svg'; 2 + import icon from '/src/assets/icons/command.svg';
3 3
4 const props = defineProps<{ 4 const props = defineProps<{
5 value?: boolean; 5 value?: boolean;