<script lang="ts" setup>
import test from '../../static/images/'
</script>
- 发布:2023-03-09 16:39
- 更新:2023-03-09 16:39
- 阅读:203
产品分类: HbuilderX
PC开发环境操作系统: Windows
PC开发环境操作系统版本号: windows11 22H2
HBuilderX版本号: 3.7.3
操作步骤:
预期结果:
<script lang="ts" setup>
import test from '../../static/images/'
</script>
<script lang="ts" setup>
import test from '../../static/images/'
</script>
实际结果:
<script lang="ts" setup>
import test from '../../static/images/'
</script>
<script lang="ts" setup>
import test from '../../static/images/'
</script>
bug描述:
在ts环境下相对路径的提示有问题