Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
9e62035eff2f460643b06551a1534dd9057649b5
Authored by
黄 x
2022-09-09 10:55:56 +0800
1 parent
072127e7
fix(front): fix import command.svg path
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/data/board/components/Other/CommandSendButton.vue
src/views/data/board/components/Other/CommandSendButton.vue
View file @
9e62035
1
<script lang="ts" setup>
1
<script lang="ts" setup>
2
-
import icon from '
../asset
s/command.svg';
2
+
import icon from '
/src/assets/icon
s/command.svg';
3
3
4
const props = defineProps<{
4
const props = defineProps<{
5
value?: boolean;
5
value?: boolean;