v-for倒序输出

<template
v-for="(item, index) in typhoonList.slice().reverse()"
:key="index"
>
posted @ 2022-09-06 17:38  小林222  阅读(31)  评论(0)    收藏  举报