How I can add the path of :src image in this loop. <div x-data={ posts: {{ $posts}} }> <template x-for="post in posts" :key="post.id"> <div> ...
確定! 回上一頁