VueJS - Delete all components

时间:2017-06-20 12:39:00

标签: javascript ajax vue.js vuejs2

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 个答案:

没有答案