We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2771fa commit cbc24aeCopy full SHA for cbc24ae
src/views/HomeView.vue
@@ -9,7 +9,7 @@ onMounted(() => {
9
})
10
11
const getFileName = (path: string) => {
12
- return path.replace('/imgs/', '')
+ return path.replace('./imgs/', '')
13
}
14
</script>
15
0 commit comments