i am still learning with vue.. and actually i got a problem to show a div only when updated_at not the same like created_at
v-if="news_data.updated_at != news_data.created_at"
i have already searched some sites regarding v-if and the operant ones, but always only queries with equality.
How can I query that my DIV is displayed only if the two values are not identical ?