weixin_33711641 2017-06-20 12:39 采纳率: 0%
浏览 246

VueJS-删除所有组件

I have a nested table that loads data dynamically. When the user click on the "+", an ajax request was made and the result was render by a recursive component.

I know that is not very clear, you can take an example on this fiddle : https://jsfiddle.net/rafi16d/whsbLn59/.

When the user click again on the "filter" button, I want to delete all the components "row-item" and render the new result from ajax request.

I've been searching for but I doesn't find anything about removing multiple components.

Has anyone run into anything similar?

Thank

 
  • 写回答

0条回答 默认 最新

    报告相同问题?