Currently, I am utilizing Vue for the front-end development and I am looking to dynamically display 5 items on each row. I want it to appear like this:
1 1 1 1 1
1 1 1 1 1
However, when I iterate through the array items, each item is displayed in a row.