I have a vue component with an initial data property set to an empty array. data: function() { return { trips: [], } } Then in the mounted hook, ...
確定! 回上一頁