The vue picture doesn't show. What's going on?

The

path is also right. This is what my other project wrote. The path can be displayed, but I don"t know why the image introduced by this new project is neither displayed nor reported an error

.
<template>
  <div id="index">
    <img src="static/img/1.jpg">
  </div>
</template>

<script>
</script>

<style scoped>
-sharpindex{height: 100%;width: 100%;position: absolute;background-color: blue}
</style>
Jun.09,2022

change to relative path


Picture suffixes should be case sensitive

Menu