Answer the question
In order to leave comments, you need to log in
How to track the date?
Hello!
I can't figure out how to do the following task:
There is a list of tenders, and each has an end date, I need to automatically hide the tender when the end date has come. No reboot.
I did it like this: v-if="new Date() < new Date(tender.date_end)" but it doesn't work like that... I tried using computed. Also not that. Apparently I don't understand how it works.
Answer the question
In order to leave comments, you need to log in
tenders = [
{
isActive: true,
date: дата
}
]
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question