D
D
DrunkMaster2017-03-19 15:38:24
Vue.js
DrunkMaster, 2017-03-19 15:38:24

Why doesn't the sort order change with Vue?

It does not write any errors, the sort variable seems to change normally
Code jsbin.com/jizutanele/edit?html,js,output
View the result output.jsbin.com/jizutanele
We need to somehow restart the output to the screen, after sort has changed?
Tried to disable the default event when clicking on a link:

<a href="#" @click.prevent="sort = 'name'">name</a> 
<a href="#" @click.prevent="sort = 'sex'">sex</a>

Did not help...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Bogachev, 2017-03-19
@DrunkMaster

It seems you are trying to look for the problem in the wrong place: replace
with
and everything will work.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question