I have a simple Vue filter that limits the length of an array to n elements. It works fine used like this: {{ array | limitArray(2) }}.
確定! 回上一頁