uniapp + vue3 + vite + ts uses v-bind to bind the path to the src attribute successfully but cannot display the solution

uniapp + vue3 + vite + ts uses v-bind to bind the path to the src attribute successfully but cannot display the solution

Using require directly will report an error
Solution: Use import

let img = ref(new URL('@/module/service/static/order-dd.png',import.meta.url).href)

おすすめ

転載: blog.csdn.net/qq_52099965/article/details/129322887
おすすめ